Skip to content

Commit 5dbdc53

Browse files
committed
Ensure the expected binary symlinks are created.
1 parent b06198b commit 5dbdc53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.swp

build_python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ large_echo "Configure Python"
2222
./configure MACOSX_DEPLOYMENT_TARGET=10.9 CPPFLAGS="-I$OPENSSL_ROOT/include" LDFLAGS="-L$OPENSSL_ROOT/lib" --prefix="$CURRENT_DIR/python"
2323
large_echo "Build Python"
2424
make altinstall
25+
make bininstall

0 commit comments

Comments
 (0)