mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
don't cleanup
This commit is contained in:
@@ -53,11 +53,11 @@ else
|
|||||||
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
|
tar xf Python-$BUILD_PYTHON_VERSION.tar.xz
|
||||||
fi
|
fi
|
||||||
cd Python-$BUILD_PYTHON_VERSION
|
cd Python-$BUILD_PYTHON_VERSION
|
||||||
if [[ "$dist" == "bionic" ]]; then
|
#if [[ "$dist" == "bionic" ]]; then
|
||||||
echo "running bionic make clean"
|
# echo "running bionic make clean"
|
||||||
make clean
|
# make clean
|
||||||
rm Makefile
|
# rm Makefile
|
||||||
fi
|
#fi
|
||||||
echo "Compiling Python $BUILD_PYTHON_VERSION..."
|
echo "Compiling Python $BUILD_PYTHON_VERSION..."
|
||||||
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
|
safe_flags="--with-openssl=$mypath/ssl --enable-shared --prefix=$mypath/python --with-ensurepip=upgrade"
|
||||||
unsafe_flags="--enable-optimizations --with-lto"
|
unsafe_flags="--enable-optimizations --with-lto"
|
||||||
|
|||||||
Reference in New Issue
Block a user