Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f4865a

Browse files
committedNov 28, 2019
Continue work to build openSSL statically.
1 parent da28507 commit 7f4865a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ tar -zxvf "Python-$PY_VER.tgz" &> /dev/null
2222

2323
cd "Python-$PY_VER"
2424
large_echo "Configure Python"
25-
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
25+
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include -I$OPENSSL_ROOT/include/openssl" LDFLAGS="-L$OPENSSL_ROOT/lib -l:libssl.a" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
2626
large_echo "Build Python"
2727
make altinstall

0 commit comments

Comments
 (0)
Please sign in to comment.