summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-27 21:17:12 +0100
committerGitHub <noreply@github.com>2018-01-27 21:17:12 +0100
commit81be2027ad3b3b134092478d12c32d361dde46fd (patch)
tree482cdae0fe5d04017a47eb91f9107288573095c1
parentMerge pull request #147 from chris062689/master (diff)
parenttravis: Remove CMAKE_OSX_ARCHITECTURES argument (diff)
downloadyuzu-81be2027ad3b3b134092478d12c32d361dde46fd.tar
yuzu-81be2027ad3b3b134092478d12c32d361dde46fd.tar.gz
yuzu-81be2027ad3b3b134092478d12c32d361dde46fd.tar.bz2
yuzu-81be2027ad3b3b134092478d12c32d361dde46fd.tar.lz
yuzu-81be2027ad3b3b134092478d12c32d361dde46fd.tar.xz
yuzu-81be2027ad3b3b134092478d12c32d361dde46fd.tar.zst
yuzu-81be2027ad3b3b134092478d12c32d361dde46fd.zip
-rwxr-xr-x.travis/macos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh
index 177e8ac3b..1d0d120ac 100755
--- a/.travis/macos/build.sh
+++ b/.travis/macos/build.sh
@@ -8,7 +8,7 @@ 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