correct multithreaded compile on mac

This commit is contained in:
itsmattkc
2019-03-09 00:01:58 +11:00
parent da0d34a2d8
commit 34cbee327d
+1 -1
View File
@@ -9,7 +9,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
qmake CONFIG+=release PREFIX=/usr
# run Makefile
make -j$(nproc)
make -j$(sysctl -n hw.ncpu)
# move Qt deps into bundle
macdeployqt Olive.app