diff options
Diffstat (limited to 'src/Build/build_veracrypt_linux.sh')
-rwxr-xr-x | src/Build/build_veracrypt_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Build/build_veracrypt_linux.sh b/src/Build/build_veracrypt_linux.sh index deed925b..013103bf 100755 --- a/src/Build/build_veracrypt_linux.sh +++ b/src/Build/build_veracrypt_linux.sh @@ -21,7 +21,7 @@ if [ "$(id -u)" != "0" ]; then fi # 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" cd $SOURCEPATH |