diff options
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 19fb5d445..dce12099b 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | set -o pipefail | 3 | set -o pipefail |
| 4 | 4 | ||
| 5 | export MACOSX_DEPLOYMENT_TARGET=10.14 | 5 | export MACOSX_DEPLOYMENT_TARGET=10.13 |
| 6 | export Qt5_DIR=$(brew --prefix)/opt/qt5 | 6 | export Qt5_DIR=$(brew --prefix)/opt/qt5 |
| 7 | export UNICORNDIR=$(pwd)/externals/unicorn | 7 | export UNICORNDIR=$(pwd)/externals/unicorn |
| 8 | export PATH="/usr/local/opt/ccache/libexec:$PATH" | 8 | export PATH="/usr/local/opt/ccache/libexec:$PATH" |