From 41516242d5610b886c3441710423a408e36161de Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 13 Jun 2023 23:23:18 +0200 Subject: Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages --- src/Build/build_veracrypt_linux_gtk3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Build/build_veracrypt_linux_gtk3.sh') diff --git a/src/Build/build_veracrypt_linux_gtk3.sh b/src/Build/build_veracrypt_linux_gtk3.sh index d5a7444a..bae6a856 100644 --- a/src/Build/build_veracrypt_linux_gtk3.sh +++ b/src/Build/build_veracrypt_linux_gtk3.sh @@ -20,8 +20,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi -# the sources of wxWidgets 3.0.5 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.0.5 +# the sources of wxWidgets 3.2.2.1 must be extracted to the parent directory +export WX_ROOT=$PARENTDIR/wxWidgets-3.2.2.1 echo "Using wxWidgets sources in $WX_ROOT" cd $SOURCEPATH -- cgit v1.2.3