diff options
author | Frederic L <frederic.laing.development@gmail.com> | 2018-10-25 08:35:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 08:35:42 +0200 |
commit | 942def7831a50167362cad5b2f60c6abbfa83af3 (patch) | |
tree | 5ba55d0ebe180bf5cc878119a3d3fc445b952db7 /.travis/macos/build.sh | |
parent | Merge pull request #1468 from DarkLordZach/profile-manager-ui (diff) | |
download | yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.gz yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.bz2 yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.lz yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.xz yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.zst yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.zip |
Diffstat (limited to '')
-rwxr-xr-x | .travis/macos/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh index dce12099b..19fb5d445 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" |