Skip to content

Commit

Permalink
Update build-python3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cntrump committed Nov 5, 2022
1 parent 8c6456c commit d2e59b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python3/build-python3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ make -j
make install
popd

rm -rf "${path}/Python-${ver}"

ver=(${ver//\./ })
python3_dylib="libpython${ver[0]}.${ver[1]}.dylib"
python3_dylib_path="${install_prefix}/lib/${python3_dylib}"
Expand Down

0 comments on commit d2e59b7

Please sign in to comment.