mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +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
|
generator=ninja
|
||||||
elif [ "$platform" == "mac" ]; then
|
elif [ "$platform" == "mac" ]; then
|
||||||
exefile=aseprite
|
exefile=aseprite
|
||||||
generator=make
|
generator="make -j4"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user