VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Build/build_veracrypt_freebsd.sh
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-06-13 23:23:18 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-06-13 23:23:18 +0200
commit41516242d5610b886c3441710423a408e36161de (patch)
tree813fb378a59d2bfb490dd1ddc89901d967ec3a94 /src/Build/build_veracrypt_freebsd.sh
parent2639e39976930b8196782497b80795011f130614 (diff)
downloadVeraCrypt-41516242d5610b886c3441710423a408e36161de.tar.gz
VeraCrypt-41516242d5610b886c3441710423a408e36161de.zip
Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages
Diffstat (limited to 'src/Build/build_veracrypt_freebsd.sh')
-rwxr-xr-xsrc/Build/build_veracrypt_freebsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Build/build_veracrypt_freebsd.sh b/src/Build/build_veracrypt_freebsd.sh
index 33f4bf48..176c8499 100755
--- a/src/Build/build_veracrypt_freebsd.sh
+++ b/src/Build/build_veracrypt_freebsd.sh
@@ -21,8 +21,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