summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2016-06-16 15:09:07 +0300
committerGitHub <noreply@github.com>2016-06-16 15:09:07 +0300
commit708b8e71d076c6e5658ac9b3d97e52dd04de8d06 (patch)
tree4120fc1ba31dfed3b2fa4f5ae1097420041f581b
parent7da4434063dfcfd543e6b4b2a8be92fee3d0f4f4 (diff)
parent32f5ab86b2653e01e77651e953c93f5bf3a00858 (diff)
downloadsdl_core-708b8e71d076c6e5658ac9b3d97e52dd04de8d06.tar.gz
Merge pull request #609 from AByzhynar/fix/Fix_script_building_OpenSSL
Fix script building OpenSSL
-rw-r--r--ms/openssl_setup.cmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/ms/openssl_setup.cmd b/ms/openssl_setup.cmd
index 56d1021470..0415da0a1d 100644
--- a/ms/openssl_setup.cmd
+++ b/ms/openssl_setup.cmd
@@ -29,6 +29,8 @@ if not exist %OPENSSL_BUILD_DIR% (
pushd %OPENSSL_SRC_DIR%
call git.exe clean -fxd
call git.exe checkout origin/OpenSSL_1_0_2-stable
+rem The following commit is stable
+ call git.exe checkout 688c10544d2ba32428830d0634e91233c20920c1
set OPENSSL_CONFIG_CMD=perl.exe Configure !OPENSSL_CONFIG_OPT! --prefix=!OPENSSL_BUILD_DIR!
@echo Build OpenSSL for VC %BUILD_TYPE%: !OPENSSL_CONFIG_CMD!
@@ -52,4 +54,4 @@ goto end
:usage
@echo "Usage: <script> [x86|x64]"
-:end \ No newline at end of file
+:end