OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13

This commit is contained in:
B3n30 2018-09-27 09:10:00 -03:00 committed by fearlessTobi
parent f7da74d18e
commit 56901912cb

View File

@ -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"