From ca31073eaec6da8b5773d3a2e7ac5131d96078a4 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 27 Mar 2018 17:47:23 +0200 Subject: Linux/MacOSX: use latest wxWidgets version 3.0.4 for official build --- src/Build/build_veracrypt_macosx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Build/build_veracrypt_macosx.sh') diff --git a/src/Build/build_veracrypt_macosx.sh b/src/Build/build_veracrypt_macosx.sh index 7f3d60d1..233afb20 100755 --- a/src/Build/build_veracrypt_macosx.sh +++ b/src/Build/build_veracrypt_macosx.sh @@ -13,7 +13,7 @@ SOURCEPATH=$(cd "$(dirname "$SCRIPTPATH/../.")"; pwd) PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd) # the sources of wxWidgets 3.0.3 must be extracted to the parent directory -export WX_ROOT=$PARENTDIR/wxWidgets-3.0.3 +export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4 echo "Using wxWidgets sources in $WX_ROOT" # this will be the temporary wxWidgets directory -- cgit v1.2.3