1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

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

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 # 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_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" echo "Using MacOSX SDK $VC_OSX_SDK with target set to $VC_OSX_TARGET"
cd $SOURCEPATH cd $SOURCEPATH