Browse Source

Merge pull request #1606 from FearlessTobi/revert-1581-macosx-target-version

Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
nce_cpp
bunnei 7 years ago
committed by GitHub
parent
commit
ff7c8e9d51
  1. 2
      .travis/macos/build.sh

2
.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"

Loading…
Cancel
Save