MacOSX: Use 11.3 SDK from Xcode 12.5.1

This commit is contained in:
Mounir IDRASSI 2021-08-15 23:01:08 +02:00
parent d448713e61
commit 40c7309917
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

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=11.0
export VC_OSX_SDK=11.3
echo "Using MacOSX SDK $VC_OSX_SDK with target set to $VC_OSX_TARGET"
cd $SOURCEPATH