diff options
Diffstat (limited to 'src/Build')
-rwxr-xr-x | src/Build/build_veracrypt_macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh index e22f2df7..6b3707e7 100755 --- a/src/Build/build_veracrypt_macosx.sh +++ b/src/Build/build_veracrypt_macosx.sh | |||
@@ -13,11 +13,11 @@ SOURCEPATH=$(cd "$(dirname "$SCRIPTPATH/../.")"; pwd) | |||
13 | PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd) | 13 | PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd) |
14 | 14 | ||
15 | # the sources of wxWidgets 3.1.2 must be extracted to the parent directory (for night mode) | 15 | # the sources of wxWidgets 3.1.2 must be extracted to the parent directory (for night mode) |
16 | export WX_ROOT=$PARENTDIR/wxWidgets-3.1.3 | 16 | export WX_ROOT=$PARENTDIR/wxWidgets-3.1.2 |
17 | echo "Using wxWidgets sources in $WX_ROOT" | 17 | echo "Using wxWidgets sources in $WX_ROOT" |
18 | 18 | ||
19 | # this will be the temporary wxWidgets directory | 19 | # this will be the temporary wxWidgets directory |
20 | export WX_BUILD_DIR=$PARENTDIR/wxBuild-3.1.3 | 20 | export WX_BUILD_DIR=$PARENTDIR/wxBuild-3.1.2 |
21 | 21 | ||
22 | # define the SDK version to use and OSX minimum target. We target 10.9 by default | 22 | # define the SDK version to use and OSX minimum target. We target 10.9 by default |
23 | export VC_OSX_TARGET=10.9 | 23 | export VC_OSX_TARGET=10.9 |