Skip to content

Commit

Permalink
Continue work to build openSSL statically.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Nov 28, 2019
1 parent da28507 commit 018d07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tar -zxvf "Python-$PY_VER.tgz" &> /dev/null

cd "Python-$PY_VER"
large_echo "Configure Python"
export LD_RUN_PATH=$OPENSSL_ROOT/lib
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
large_echo "Build Python"
make altinstall

0 comments on commit 018d07b

Please sign in to comment.