Merge pull request #424 from DiegoAce/master
Limit fetchDependencies Parallel Building to Number of Available Cores
This commit is contained in:
commit
8ad347d3f8
@ -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