mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Tweak archive-macos.sh
to allow for more parallelization during
compile
This commit is contained in:
parent
dbf90ddf45
commit
112c0311c7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user