Compile in parallel on macOS
This commit is contained in:
parent
dfa63297fc
commit
7ca4e49bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ popd
|
||||||
|
|
||||||
echo Compiling Moonlight in $BUILD_CONFIG configuration
|
echo Compiling Moonlight in $BUILD_CONFIG configuration
|
||||||
pushd $BUILD_FOLDER
|
pushd $BUILD_FOLDER
|
||||||
make $(echo "$BUILD_CONFIG" | tr '[:upper:]' '[:lower:]') || fail "Make failed!"
|
make -j$(sysctl -n hw.logicalcpu) $(echo "$BUILD_CONFIG" | tr '[:upper:]' '[:lower:]') || fail "Make failed!"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo Saving dSYM file
|
echo Saving dSYM file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue