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 b06198b commit 5dbdc53Copy full SHA for 5dbdc53
.gitignore
@@ -0,0 +1 @@
1
+*.swp
build_python.sh
@@ -22,3 +22,4 @@ large_echo "Configure Python"
22
./configure MACOSX_DEPLOYMENT_TARGET=10.9 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --prefix="$CURRENT_DIR/python"
23
large_echo "Build Python"
24
make altinstall
25
+make bininstall
0 commit comments