summaryrefslogtreecommitdiffstats
path: root/.travis/macos/build.sh
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-08 05:32:23 +0100
committerLioncash <mathew1800@gmail.com>2019-03-08 05:34:37 +0100
commit69749a88cd9c22c28f4f6053647e9eeb8b997927 (patch)
tree546a7d26de383140c5508c85ae9cdf5bdff04d00 /.travis/macos/build.sh
parentcommon/bit_field: Make BitField trivially copyable (diff)
downloadyuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.tar
yuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.tar.gz
yuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.tar.bz2
yuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.tar.lz
yuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.tar.xz
yuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.tar.zst
yuzu-69749a88cd9c22c28f4f6053647e9eeb8b997927.zip
Diffstat (limited to '')
-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 4a14837fc..b7b4c6f8c 100755
--- a/.travis/macos/build.sh
+++ b/.travis/macos/build.sh
@@ -2,7 +2,7 @@
set -o pipefail
-export MACOSX_DEPLOYMENT_TARGET=10.13
+export MACOSX_DEPLOYMENT_TARGET=10.14
export Qt5_DIR=$(brew --prefix)/opt/qt5
export UNICORNDIR=$(pwd)/externals/unicorn
export PATH="/usr/local/opt/ccache/libexec:$PATH"