Skip to content

Commit

Permalink
try disabling the parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 7, 2024
1 parent 4b0dc3b commit 39ab219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if [ ! -d "$1" ] || [ ! -r "${LIBNAME}" ]; then
esac

./configure --prefix $1 --enable-shared --enable-optimizations --without-system-ffi ${SSL}
make -j4 build_all
make -j4 install
make build_all
make install
)
rm -f $1/python
[ ! -r $1/bin/python3 ] && ln -s python3.12 $1/bin/python3
Expand Down

0 comments on commit 39ab219

Please sign in to comment.