update buildscript
This commit is contained in:
parent
7eb39f25b6
commit
f3d371b538
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue