mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-16 04:14:05 +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
|
./clean-nix.sh
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DLINK_STATICALLY=true -DFFMPEG_ENABLED=false .
|
cmake -DCMAKE_BUILD_TYPE=Release -DLINK_STATICALLY=true -DFFMPEG_ENABLED=false .
|
||||||
make -j4
|
make -j7
|
||||||
|
|
||||||
DIRNAME="musikcube_macos_$VERSION"
|
DIRNAME="musikcube_macos_$VERSION"
|
||||||
OUTPATH="bin/dist/$DIRNAME"
|
OUTPATH="bin/dist/$DIRNAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user