MacOSX: fix typo in MacOSX legacy build script

This commit is contained in:
Mounir IDRASSI 2019-10-24 21:11:13 +02:00
parent 96c90d18c2
commit 5031e69651
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ PARENTDIR=$(cd "$(dirname "$SCRIPTPATH/../../../.")"; pwd)
# the sources of wxWidgets 3.0.4 must be extracted to the parent directory
export WX_ROOT=$PARENTDIR/wxWidgets-3.0.4
echo "Using wxWidgets sources in $WX_ROOT"
0# this will be the temporary wxWidgets directory
# this will be the temporary wxWidgets directory
export WX_BUILD_DIR=$PARENTDIR/wxBuild
# define the SDK version to use. We use 10.7 by default