summaryrefslogtreecommitdiffstats
path: root/.travis/macos/build.sh
diff options
context:
space:
mode:
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