Skip to content

Commit

Permalink
MacOSX: update build script to use 11.0 SDK while still targetting 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Nov 28, 2020
1 parent e6000a6 commit 5db0ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build/build_veracrypt_macosx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5db0ee2

Please sign in to comment.