VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Build/build_veracrypt_linux_no_sse2.sh
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-07-25 18:56:57 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-07-25 22:52:30 +0200
commit29c3000007630880df557466283045cb93648a59 (patch)
tree75f99d72c13587ac9442aba80a88848fadf50bc6 /src/Build/build_veracrypt_linux_no_sse2.sh
parent3e1464405dc5121377705cd480069c5feb51a360 (diff)
downloadVeraCrypt-29c3000007630880df557466283045cb93648a59.tar.gz
VeraCrypt-29c3000007630880df557466283045cb93648a59.zip
Linux: Update wxWidgets for static builds to version 3.0.5
Diffstat (limited to 'src/Build/build_veracrypt_linux_no_sse2.sh')
-rwxr-xr-xsrc/Build/build_veracrypt_linux_no_sse2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Build/build_veracrypt_linux_no_sse2.sh b/src/Build/build_veracrypt_linux_no_sse2.sh
index 2f78418f..e7629ef1 100755
--- a/src/Build/build_veracrypt_linux_no_sse2.sh
+++ b/src/Build/build_veracrypt_linux_no_sse2.sh
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2013-2017 IDRIX
+# Copyright (c) 2013-2020 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.3 must be extracted to the parent directory
-export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
+# the sources of wxWidgets 3.0.5 must be extracted to the parent directory
+export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5
echo "Using wxWidgets sources in $WX_ROOT"
cd $SOURCEPATH