diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-26 16:55:08 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-27 00:55:23 +0200 |
commit | 51675fd17f304ff5eddff2838109905b625ec01e (patch) | |
tree | 27975a467a769957228e1faff1ab969ca7652d87 /src/Build | |
parent | 3d8260d3d3243ff5747b846cde296642156f51b0 (diff) | |
download | VeraCrypt-51675fd17f304ff5eddff2838109905b625ec01e.tar.gz VeraCrypt-51675fd17f304ff5eddff2838109905b625ec01e.zip |
MacOSX: Update build and packaging scripts to require OSX Lion (10.7).
Diffstat (limited to 'src/Build')
-rwxr-xr-x | src/Build/build_veracrypt_macosx.sh | 7 |
1 files changed, 4 insertions, 3 deletions
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 |