1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-05 14:16:31 +00:00

Merge pull request from B3n30/system_curl_osx

travis_OSX: build with system curl
This commit is contained in:
James Rowe 2017-09-10 16:07:33 -04:00 committed by GitHub
commit 3dcda15195

View file

@ -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