mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
MacOSX: Use 11.3 SDK from Xcode 12.5.1
This commit is contained in:
parent
d448713e61
commit
40c7309917
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user