aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl
diff options
context:
space:
mode:
authorsdcb <sdflysha@qq.com>2017-01-14 10:55:19 +0800
committersdcb <sdflysha@qq.com>2017-01-14 10:55:19 +0800
commitbeec44ae8d09b31a6c137bd580bd05111adc3077 (patch)
treee444c555f550471800becec72001ce4428b95a89 /ports/openssl
parentc104c8966f7bf2fa6576d25cc3631894008c94e1 (diff)
parent1e4e45ffcee2774a6cbe87527c140fa2107bd29d (diff)
downloadvcpkg-beec44ae8d09b31a6c137bd580bd05111adc3077.tar.gz
vcpkg-beec44ae8d09b31a6c137bd580bd05111adc3077.zip
Merge remote-tracking branch 'refs/remotes/upstream/master'
Diffstat (limited to 'ports/openssl')
-rw-r--r--ports/openssl/CONTROL2
-rw-r--r--ports/openssl/setVSvars.bat8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL
index cb7bc7493..ca4aae2e6 100644
--- a/ports/openssl/CONTROL
+++ b/ports/openssl/CONTROL
@@ -1,3 +1,3 @@
Source: openssl
-Version: 1.0.2j-1
+Version: 1.0.2j-2
Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. \ No newline at end of file
diff --git a/ports/openssl/setVSvars.bat b/ports/openssl/setVSvars.bat
index 23259821e..e6ebc0a7d 100644
--- a/ports/openssl/setVSvars.bat
+++ b/ports/openssl/setVSvars.bat
@@ -3,7 +3,7 @@ call:set_%1
exit /b
:set_universal10.0Win32
call:setVar _VS14VC VisualStudio14VC
- call "%_VS14VC%vcvarsall" x86
+ call "%_VS14VC%vcvarsall" x86 store
set _VCPlatform=x86
set _VCLibPlat=
call:setEnv
@@ -11,7 +11,7 @@ exit /b
:set_universal10.0x64
call:setVar _VS14VC VisualStudio14VC
- call "%_VS14VC%vcvarsall" x64
+ call "%_VS14VC%vcvarsall" x64 store
set _VCPlatform=x64
set _VCLibPlat=amd64
call:setEnv
@@ -19,7 +19,7 @@ exit /b
:set_universal10.0arm
call:setVar _VS14VC VisualStudio14VC
- call "%_VS14VC%vcvarsall" x86_arm
+ call "%_VS14VC%vcvarsall" x86_arm store
set _VCPlatform=ARM
set _VCLibPlat=ARM
call:setEnv
@@ -27,7 +27,7 @@ exit /b
:set_universal10.0arm64
call:setVar _VS14VC VisualStudio14VC
- call "%_VS14VC%vcvarsall" x86_arm64
+ call "%_VS14VC%vcvarsall" x86_arm64 store
set _VCPlatform=ARM64
set _VCLibPlat=ARM64
call:setEnv