diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-06-26 02:29:22 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-06-26 02:29:22 +0200 |
commit | 21487146514341eb72ec2728ce474b088c945b11 (patch) | |
tree | b799bbaf342d1a8d97fcc09b06e5c9426af0fab9 /src/Build/build_veracrypt_freebsd.sh | |
parent | 31898a38d49def480a086afd43fd918546b1989b (diff) | |
download | VeraCrypt-21487146514341eb72ec2728ce474b088c945b11.tar.gz VeraCrypt-21487146514341eb72ec2728ce474b088c945b11.zip |
Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 config since it detected automatically
We also update copyrights date
Diffstat (limited to 'src/Build/build_veracrypt_freebsd.sh')
-rwxr-xr-x | src/Build/build_veracrypt_freebsd.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Build/build_veracrypt_freebsd.sh b/src/Build/build_veracrypt_freebsd.sh index 176c8499..fe7f1f84 100755 --- a/src/Build/build_veracrypt_freebsd.sh +++ b/src/Build/build_veracrypt_freebsd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2022 IDRIX +# Copyright (c) 2013-2024 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. @@ -21,8 +21,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi -# the sources of wxWidgets 3.2.2.1 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.2.2.1 +# the sources of wxWidgets 3.2.5 must be extracted to the parent directory +export WX_ROOT=$PARENTDIR/wxWidgets-3.2.5 echo "Using wxWidgets sources in $WX_ROOT" cd $SOURCEPATH |