summaryrefslogtreecommitdiff
path: root/.travis/macos/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/macos/build.sh')
-rwxr-xr-x.travis/macos/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh
index 177e8ac3b..f633f618f 100755
--- a/.travis/macos/build.sh
+++ b/.travis/macos/build.sh
@@ -2,13 +2,13 @@
set -o pipefail
-export MACOSX_DEPLOYMENT_TARGET=10.9
+export MACOSX_DEPLOYMENT_TARGET=10.12
export Qt5_DIR=$(brew --prefix)/opt/qt5
export UNICORNDIR=$(pwd)/externals/unicorn
mkdir build && cd build
cmake --version
-cmake .. -DYUZU_BUILD_UNICORN=ON -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release
+cmake .. -DYUZU_BUILD_UNICORN=ON -DCMAKE_BUILD_TYPE=Release
make -j4
ctest -VV -C Release