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 | |
| parent | 77e705a8fa0a70dac2eb81b95fedc5e98d7c274e (diff) | |
Update MACOSX_DEPLOYMENT_TARGET to 10.14
| -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" | 
