summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tobias2018-10-28 13:43:42 +0100
committerGravatar GitHub2018-10-28 13:43:42 +0100
commit03150a560e60e644b63c42e4c62b3ea5fa04b997 (patch)
tree9934d9149840a15de62e4771bc9f89dd173942b3
parentMerge pull request #1593 from lioncash/svc (diff)
downloadyuzu-03150a560e60e644b63c42e4c62b3ea5fa04b997.tar.gz
yuzu-03150a560e60e644b63c42e4c62b3ea5fa04b997.tar.xz
yuzu-03150a560e60e644b63c42e4c62b3ea5fa04b997.zip
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
-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 19fb5d445..dce12099b 100755
--- a/.travis/macos/build.sh
+++ b/.travis/macos/build.sh
@@ -2,7 +2,7 @@
2 2
3set -o pipefail 3set -o pipefail
4 4
5export MACOSX_DEPLOYMENT_TARGET=10.14 5export MACOSX_DEPLOYMENT_TARGET=10.13
6export Qt5_DIR=$(brew --prefix)/opt/qt5 6export Qt5_DIR=$(brew --prefix)/opt/qt5
7export UNICORNDIR=$(pwd)/externals/unicorn 7export UNICORNDIR=$(pwd)/externals/unicorn
8export PATH="/usr/local/opt/ccache/libexec:$PATH" 8export PATH="/usr/local/opt/ccache/libexec:$PATH"