summaryrefslogtreecommitdiffstats
path: root/.travis/macos/build.sh
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-01-13 22:37:06 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2018-01-13 23:38:47 +0100
commitf95789a0b3f881a17d854534244ad380389d0cb1 (patch)
tree25e233f7fb4624e7b0d62a5b64534f766e4e3f02 /.travis/macos/build.sh
parentyuzu: Update CONTRIBUTING.md. (diff)
downloadyuzu-f95789a0b3f881a17d854534244ad380389d0cb1.tar
yuzu-f95789a0b3f881a17d854534244ad380389d0cb1.tar.gz
yuzu-f95789a0b3f881a17d854534244ad380389d0cb1.tar.bz2
yuzu-f95789a0b3f881a17d854534244ad380389d0cb1.tar.lz
yuzu-f95789a0b3f881a17d854534244ad380389d0cb1.tar.xz
yuzu-f95789a0b3f881a17d854534244ad380389d0cb1.tar.zst
yuzu-f95789a0b3f881a17d854534244ad380389d0cb1.zip
Diffstat (limited to '.travis/macos/build.sh')
-rwxr-xr-x.travis/macos/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh
index c957cdf21..e1c54af55 100755
--- a/.travis/macos/build.sh
+++ b/.travis/macos/build.sh
@@ -4,8 +4,10 @@ set -o pipefail
export MACOSX_DEPLOYMENT_TARGET=10.9
export Qt5_DIR=$(brew --prefix)/opt/qt5
+export UNICORNDIR=$(pwd)/externals/unicorn
mkdir build && cd build
+cmake --version
cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release
make -j4