Merry
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.travis/macos/build.sh
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
set -o pipefail |
|
|
set -o pipefail |
|
|
|
|
|
|
|
|
export MACOSX_DEPLOYMENT_TARGET=10.12 |
|
|
|
|
|
|
|
|
export MACOSX_DEPLOYMENT_TARGET=10.13 |
|
|
export Qt5_DIR=$(brew --prefix)/opt/qt5 |
|
|
export Qt5_DIR=$(brew --prefix)/opt/qt5 |
|
|
export UNICORNDIR=$(pwd)/externals/unicorn |
|
|
export UNICORNDIR=$(pwd)/externals/unicorn |
|
|
export PATH="/usr/local/opt/ccache/libexec:$PATH" |
|
|
export PATH="/usr/local/opt/ccache/libexec:$PATH" |
|
|
|