From 29c3000007630880df557466283045cb93648a59 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 25 Jul 2020 18:56:57 +0200 Subject: Linux: Update wxWidgets for static builds to version 3.0.5 --- src/Build/build_veracrypt_freebsd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Build/build_veracrypt_freebsd.sh') diff --git a/src/Build/build_veracrypt_freebsd.sh b/src/Build/build_veracrypt_freebsd.sh index 6dc594c7..359c797f 100755 --- a/src/Build/build_veracrypt_freebsd.sh +++ b/src/Build/build_veracrypt_freebsd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2013-2016 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. @@ -21,8 +21,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 -- cgit v1.2.3