Build with multiple threads, not install! [skip ci]

This commit is contained in:
Simran
2021-04-02 02:40:47 +02:00
committed by GitHub
parent ce2e51fc2a
commit dddc110841
+2 -2
View File
@@ -78,5 +78,5 @@ cd breakpad
fetch breakpad
cd src
./configure --prefix="${OLIVE_INSTALL_PREFIX}"
make
make install -j$(nproc)
make -j$(nproc)
make install