diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-04 11:40:56 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 01:44:04 +0200 |
commit | 4a2e9047665cc4b3e7189ea118482e73de6ad1d2 (patch) | |
tree | 6a091e950e6636165eb0158af90d71ec600eb808 /src/Build/build_veracrypt_linux.sh | |
parent | 3e678f68686255295d569d12818c927b25851693 (diff) | |
download | VeraCrypt-4a2e9047665cc4b3e7189ea118482e73de6ad1d2.tar.gz VeraCrypt-4a2e9047665cc4b3e7189ea118482e73de6ad1d2.zip |
Linux/MacOSX: Use newer version 3.0.3 of wxWidgets. Update version in Readme.
Diffstat (limited to 'src/Build/build_veracrypt_linux.sh')
-rwxr-xr-x | src/Build/build_veracrypt_linux.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Build/build_veracrypt_linux.sh b/src/Build/build_veracrypt_linux.sh index 0b90e692..8e16ebfe 100755 --- a/src/Build/build_veracrypt_linux.sh +++ b/src/Build/build_veracrypt_linux.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2016 IDRIX +# Copyright (c) 2013-2017 IDRIX # Governed by the Apache License 2.0 the full text of which is contained # in the file License.txt included in VeraCrypt binary and source # code distribution packages. @@ -20,8 +20,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi -# the sources of wxWidgets 3.0.2 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.0.2 +# the sources of wxWidgets 3.0.3 must be extracted to the parent directory +export WX_ROOT=$PARENTDIR/wxWidgets-3.0.3 echo "Using wxWidgets sources in $WX_ROOT" cd $SOURCEPATH |