Mac OS X: Update create_release.sh script to compile several files in parallel

This commit is contained in:
David Capello 2014-06-10 00:58:28 -03:00
parent 9dfec919e4
commit f8eae50e8a

View File

@ -19,7 +19,7 @@ if [ "$platform" == "win" ]; then
generator=ninja
elif [ "$platform" == "mac" ]; then
exefile=aseprite
generator=make
generator="make -j4"
fi
# --------------------------