From 51675fd17f304ff5eddff2838109905b625ec01e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 26 Jun 2017 16:55:08 +0200 Subject: MacOSX: Update build and packaging scripts to require OSX Lion (10.7). --- src/Build/build_veracrypt_macosx.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Build') diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh index 1762e3a6..6dd6337c 100755 --- a/src/Build/build_veracrypt_macosx.sh +++ b/src/Build/build_veracrypt_macosx.sh @@ -19,15 +19,16 @@ echo "Using wxWidgets sources in $WX_ROOT" # this will be the temporary wxWidgets directory export WX_BUILD_DIR=$PARENTDIR/wxBuild -# define the SDK version to use. We use 10.6 by default -export VC_OSX_TARGET=10.6 +# define the SDK version to use. We use 10.7 by default +export VC_OSX_TARGET=10.7 echo "Using MacOSX SDK $VC_OSX_TARGET" cd $SOURCEPATH echo "Building VeraCrypt" -make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package +#make WXSTATIC=1 wxbuild && make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package # Uncomment below and comment line above to reuse existing wxWidgets build # make WXSTATIC=1 clean && make WXSTATIC=1 && make WXSTATIC=1 package +make WXSTATIC=1 && make WXSTATIC=1 package \ No newline at end of file -- cgit v1.2.3