summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorB3n30 <benediktthomas@gmail.com>2018-09-27 09:10:00 -0300
committerfearlessTobi <thm.frey@gmail.com>2018-09-30 13:34:49 +0200
commit56901912cb46678a7266bcb6365f92f419a5e649 (patch)
tree1035f1b9b2961ab453ad4c65bd8244c685a50bb6 /.travis
parentf7da74d18e977aa94d19e7dc6a19e75df48708e4 (diff)
OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/macos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh
index b881fa190..e68dc1400 100755
--- a/.travis/macos/build.sh
+++ b/.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"