Removing hardcoded ansi and 2.3 support for Mac build scripts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,7 +83,17 @@ elif [ "$OSTYPE" = "darwin" ]; then
|
||||
# re-generate SWIG files
|
||||
./b $PY_VERSION t
|
||||
|
||||
sudo distrib/mac/wxPythonOSX/build 2.3 panther inplace
|
||||
PY_DOT_VER=2.3
|
||||
if [ "$PY_VERSION" = "24" ]; then
|
||||
PY_DOT_VER=2.4
|
||||
fi
|
||||
|
||||
UNICODE_OPT=
|
||||
if [ "$UNICODE" = "1" ]; then
|
||||
UNICODE_OPT=unicode
|
||||
fi
|
||||
|
||||
sudo distrib/mac/wxPythonOSX/build $PY_DOT_VER panther inplace $UNICODE_OPT
|
||||
exit
|
||||
else
|
||||
echo "OSTYPE $OSTYPE not yet supported by this build script."
|
||||
|
Reference in New Issue
Block a user