summaryrefslogtreecommitdiffstats
path: root/.travis-build.sh
diff options
context:
space:
mode:
authorB3n30 <benediktthomas@gmail.com>2017-09-09 21:21:53 +0200
committerB3n30 <benediktthomas@gmail.com>2017-09-09 21:21:53 +0200
commit0c55bed0477fc42dd95b512cbce741723a8878a6 (patch)
treebd369d7848f8fed3bc88386d0aee59500a778afa /.travis-build.sh
parentMerge pull request #2865 from wwylele/gs++ (diff)
downloadyuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar
yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.gz
yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.bz2
yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.lz
yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.xz
yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.zst
yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.zip
Diffstat (limited to '')
-rwxr-xr-x.travis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-build.sh b/.travis-build.sh
index 64f5aed94..bb4e6fc47 100755
--- a/.travis-build.sh
+++ b/.travis-build.sh
@@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export Qt5_DIR=$(brew --prefix)/opt/qt5
mkdir build && cd build
- cmake .. -GXcode
+ cmake .. -DUSE_SYSTEM_CURL=ON -GXcode
xcodebuild -configuration Release
ctest -VV -C Release