mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Mac OS X: Update create_release.sh script to compile several files in parallel
This commit is contained in:
parent
9dfec919e4
commit
f8eae50e8a
@ -19,7 +19,7 @@ if [ "$platform" == "win" ]; then
|
||||
generator=ninja
|
||||
elif [ "$platform" == "mac" ]; then
|
||||
exefile=aseprite
|
||||
generator=make
|
||||
generator="make -j4"
|
||||
fi
|
||||
|
||||
# --------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user