We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da28507 commit 018d07bCopy full SHA for 018d07b
build_python.sh
@@ -22,6 +22,7 @@ tar -zxvf "Python-$PY_VER.tgz" &> /dev/null
22
23
cd "Python-$PY_VER"
24
large_echo "Configure Python"
25
+export LD_RUN_PATH=$OPENSSL_ROOT/lib
26
./configure MACOSX_DEPLOYMENT_TARGET=10.11 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --with-openssl="$OPENSSL_ROOT" --prefix="$CURRENT_DIR/python"
27
large_echo "Build Python"
28
make altinstall
0 commit comments