OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
This commit is contained in:
parent
a96f0f5167
commit
89a8cfcf2b
|
@ -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 PATH="/usr/local/opt/ccache/libexec:$PATH"
|
||||
|
||||
|
|
Reference in New Issue