X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e61e59643e96a3f43e32e863b3c980fd1566d04a..49e0b673c32de3a1447242aad9d7b84299ed7859:/wxPython/distrib/build_packages.sh diff --git a/wxPython/distrib/build_packages.sh b/wxPython/distrib/build_packages.sh index 0c55346f29..24f6d226ca 100755 --- a/wxPython/distrib/build_packages.sh +++ b/wxPython/distrib/build_packages.sh @@ -123,6 +123,10 @@ elif [ "$OSTYPE" = "darwin" ]; then UNICODE_OPT=unicode fi + DEBUG_OPT= + if [ $debug = yes ]; then + DEBUG_OPT=debug + fi # On Tiger, build Universal. UNIV_OPT= if [ ${OSX_VERSION:0:4} = "10.4" ]; then @@ -132,9 +136,9 @@ elif [ "$OSTYPE" = "darwin" ]; then #sudo $WXWIN/wxPython/distrib/makedocs $WXWIN/wxPython/distrib/makedemo export TARBALLDIR=$WXWIN/wxPython/dist - echo "distrib/mac/wxPythonOSX/build $PY_DOT_VER panther inplace $UNICODE_OPT $RESWIG" + echo "distrib/mac/wxPythonOSX/build $PY_DOT_VER inplace $UNICODE_OPT $RESWIG" - distrib/mac/wxPythonOSX/build $PY_DOT_VER panther inplace $UNICODE_OPT $RESWIG $UNIV_OPT + distrib/mac/wxPythonOSX/build $PY_DOT_VER inplace $UNICODE_OPT $DEBUG_OPT $RESWIG $UNIV_OPT else echo "OSTYPE $OSTYPE not yet supported by this build script." fi