Tweak archive-macos.sh to allow for more parallelization during

compile
This commit is contained in:
Casey Langen 2020-07-11 13:55:08 -07:00
parent dbf90ddf45
commit 112c0311c7

View File

@ -11,7 +11,7 @@ rm -rf bin/
./clean-nix.sh
cmake -DCMAKE_BUILD_TYPE=Release -DLINK_STATICALLY=true -DFFMPEG_ENABLED=false .
make -j4
make -j7
DIRNAME="musikcube_macos_$VERSION"
OUTPATH="bin/dist/$DIRNAME"