From 34cbee327dcfb7f298eb9e1fd61d09763242fa41 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 9 Mar 2019 00:01:58 +1100 Subject: [PATCH] correct multithreaded compile on mac --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index 8f172df7e..5a3773f4b 100644 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -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