diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-24 21:11:13 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-24 23:41:52 +0200 |
commit | 5031e69651b62a0ee1592cd7f224a69641edd644 (patch) | |
tree | fb61c5ea1bd777e942db2ebe060d35a87486a0d9 /src | |
parent | 96c90d18c2b0b036a90aa19337424c939391b1ac (diff) | |
download | VeraCrypt-5031e69651b62a0ee1592cd7f224a69641edd644.tar.gz VeraCrypt-5031e69651b62a0ee1592cd7f224a69641edd644.zip |
MacOSX: fix typo in MacOSX legacy build script
Diffstat (limited to 'src')
-rwxr-xr-x | src/Build/build_veracrypt_macosx_legacy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Build/build_veracrypt_macosx_legacy.sh b/src/Build/build_veracrypt_macosx_legacy.sh index 6c86a7ff..0b0a4f96 100755 --- a/src/Build/build_veracrypt_macosx_legacy.sh +++ b/src/Build/build_veracrypt_macosx_legacy.sh @@ -15,7 +15,7 @@ PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd) # the sources of wxWidgets 3.0.4 must be extracted to the parent directory export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4 echo "Using wxWidgets sources in $WX_ROOT" -0# this will be the temporary wxWidgets directory +# this will be the temporary wxWidgets directory export WX_BUILD_DIR=$PARENTDIR/wxBuild # define the SDK version to use. We use 10.7 by default |