Browse Source

OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13

nce_cpp
B3n30 7 years ago
committed by fearlessTobi
parent
commit
3c1e2a99e1
  1. 2
      .travis/macos/build.sh

2
.travis/macos/build.sh

@ -2,7 +2,7 @@
set -o pipefail
export MACOSX_DEPLOYMENT_TARGET=10.12
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"

Loading…
Cancel
Save