Limit fetchDependencies Parallel Building to Number of Available Cores
This commit is contained in:
parent
a01b99514e
commit
ea0bbe5780
@ -86,7 +86,7 @@ build_repo() {
|
||||
ninja
|
||||
else
|
||||
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=install ..
|
||||
make -j
|
||||
make -j $(sysctl -n hw.activecpu)
|
||||
fi
|
||||
|
||||
make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user