diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-27 17:47:23 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-27 19:54:10 +0200 |
commit | ca31073eaec6da8b5773d3a2e7ac5131d96078a4 (patch) | |
tree | 856e161fdb5f9d7671b29e39a7f020a810d1e93a /src | |
parent | f11368a4eef0bbb7fef792afd93f5ccf5c5e1025 (diff) | |
download | VeraCrypt-ca31073eaec6da8b5773d3a2e7ac5131d96078a4.tar.gz VeraCrypt-ca31073eaec6da8b5773d3a2e7ac5131d96078a4.zip |
Linux/MacOSX: use latest wxWidgets version 3.0.4 for official build
Diffstat (limited to 'src')
-rwxr-xr-x | src/Build/build_veracrypt_freebsd.sh | 2 | ||||
-rwxr-xr-x | src/Build/build_veracrypt_linux.sh | 2 | ||||
-rwxr-xr-x | src/Build/build_veracrypt_macosx.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Build/build_veracrypt_freebsd.sh b/src/Build/build_veracrypt_freebsd.sh index 30c3c69e..6dc594c7 100755 --- a/src/Build/build_veracrypt_freebsd.sh +++ b/src/Build/build_veracrypt_freebsd.sh @@ -22,7 +22,7 @@ if [ "$(id -u)" != "0" ]; then fi # the sources of wxWidgets 3.0.3 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.0.3 +export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4 echo "Using wxWidgets sources in $WX_ROOT" cd $SOURCEPATH diff --git a/src/Build/build_veracrypt_linux.sh b/src/Build/build_veracrypt_linux.sh index deed925b..013103bf 100755 --- a/src/Build/build_veracrypt_linux.sh +++ b/src/Build/build_veracrypt_linux.sh @@ -21,7 +21,7 @@ if [ "$(id -u)" != "0" ]; then fi # the sources of wxWidgets 3.0.3 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.0.3 +export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4 echo "Using wxWidgets sources in $WX_ROOT" cd $SOURCEPATH diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh index 7f3d60d1..233afb20 100755 --- a/src/Build/build_veracrypt_macosx.sh +++ b/src/Build/build_veracrypt_macosx.sh @@ -13,7 +13,7 @@ SOURCEPATH=$(cd "$(dirname "$SCRIPTPATH/../.")"; pwd) PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd) # the sources of wxWidgets 3.0.3 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.0.3 +export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4 echo "Using wxWidgets sources in $WX_ROOT" # this will be the temporary wxWidgets directory |