MacOSX: update build script to use 11.0 SDK while still targetting 10.9

This commit is contained in:
Mounir IDRASSI 2020-11-29 00:01:50 +01:00
parent e6000a654a
commit 5db0ee25ff
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export WX_BUILD_DIR=$PARENTDIR/wxBuild-3.1.2
# define the SDK version to use and OSX minimum target. We target 10.9 by default
export VC_OSX_TARGET=10.9
export VC_OSX_SDK=10.14
export VC_OSX_SDK=11.0
echo "Using MacOSX SDK $VC_OSX_SDK with target set to $VC_OSX_TARGET"
cd $SOURCEPATH