update buildscript

This commit is contained in:
Tim Felgentreff 2023-01-14 17:37:36 +01:00
parent 7eb39f25b6
commit f3d371b538

View file

@ -59,7 +59,7 @@ tar zxf cmake-3.20.0.tar.gz
pushd cmake-3.20.0
sed -i 's/cmake_options="-DCMAKE_BOOTSTRAP=1"/cmake_options="-DCMAKE_BOOTSTRAP=1 -DCMAKE_USE_OPENSSL=OFF"/' bootstrap
./bootstrap --prefix=/usr/local
make -j
make -j$(nproc)
make install
popd