From 39ab2197ef97a221d2faf858d9a8614acdb24d31 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 7 Feb 2024 23:37:24 +0100 Subject: [PATCH] try disabling the parallel build --- build_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_python.sh b/build_python.sh index bec30d6..fd214be 100644 --- a/build_python.sh +++ b/build_python.sh @@ -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