Update Build.sh

This commit is contained in:
Rosalie
2020-09-20 20:54:47 +02:00
committed by GitHub
parent 50d950618f
commit e4b9360c4c
+1 -1
View File
@@ -18,7 +18,7 @@ then
fi
cmake -S "$toplvl_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="$build_config" -G "$generator"
make -j6
make -j$(nproc)
make install DESTDIR="$install_dir"