Linux/MacOSX: use latest wxWidgets version 3.0.4 for official build

This commit is contained in:
Mounir IDRASSI 2018-03-27 17:47:23 +02:00
parent f11368a4ee
commit ca31073eae
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,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

View File

@ -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

View File

@ -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