diff options
| author | bunnei <bunneidev@gmail.com> | 2018-10-28 12:11:00 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-28 12:11:00 -0400 | 
| commit | 4ddbd9bbaf3b2cf674638ac45f5192ecc41cad08 (patch) | |
| tree | 9934d9149840a15de62e4771bc9f89dd173942b3 | |
| parent | 2239d4711288ffb61c9ac25ce19e3b6b1e15107f (diff) | |
| parent | 03150a560e60e644b63c42e4c62b3ea5fa04b997 (diff) | |
Merge pull request #1606 from FearlessTobi/revert-1581-macosx-target-version
Revert "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 19fb5d445..dce12099b 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh @@ -2,7 +2,7 @@  set -o pipefail -export MACOSX_DEPLOYMENT_TARGET=10.14 +export MACOSX_DEPLOYMENT_TARGET=10.13  export Qt5_DIR=$(brew --prefix)/opt/qt5  export UNICORNDIR=$(pwd)/externals/unicorn  export PATH="/usr/local/opt/ccache/libexec:$PATH" | 
