From 942def7831a50167362cad5b2f60c6abbfa83af3 Mon Sep 17 00:00:00 2001 From: Frederic L Date: Thu, 25 Oct 2018 08:35:42 +0200 Subject: [PATCH] Update MACOSX_DEPLOYMENT_TARGET to 10.14 --- .travis/macos/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh index dce12099b5..19fb5d4452 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh @@ -2,7 +2,7 @@ set -o pipefail -export MACOSX_DEPLOYMENT_TARGET=10.13 +export MACOSX_DEPLOYMENT_TARGET=10.14 export Qt5_DIR=$(brew --prefix)/opt/qt5 export UNICORNDIR=$(pwd)/externals/unicorn export PATH="/usr/local/opt/ccache/libexec:$PATH"