Fix build instructions for old OS X versions.

This commit is contained in:
John Preston 2020-08-28 20:12:08 +04:00
parent 45419205c6
commit b3eb41b989
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit db23f73e451e3ae11551e7a444ec1a4087348e5c
Subproject commit e8e9dd8934fdea47b2b2b0dadf2100fc3c17c914

View File

@ -71,7 +71,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/openssl/openssl openssl_1_1_1
cd openssl_1_1_1
git checkout OpenSSL_1_1_1-stable
./Configure --prefix=/usr/local/macos no-tests darwin64-x86_64-cc -static $MIN_VER
./Configure no-tests darwin64-x86_64-cc -static -mmacosx-version-min=10.10
make build_libs $MAKE_THREADS_CNT
cd ..