diff --git a/wxPython/setup.py b/wxPython/setup.py index 479ac11048..8ee8148bfd 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -423,9 +423,6 @@ elif os.name == 'posix' and sys.platform[:6] == "darwin": WXPLAT = '__WXMAC__' GENDIR = 'mac' - if debug: - BUILD_BASE = BUILD_BASE + '-dbg' - includes = ['src'] defines = [('SWIG_GLOBAL', None), ('HAVE_CONFIG_H', None), @@ -473,9 +470,6 @@ elif os.name == 'posix': else: raise SystemExit, "Unknown WXPORT value: " + WXPORT - if debug: - BUILD_BASE = BUILD_BASE + '-dbg' - includes = ['src'] defines = [('SWIG_GLOBAL', None), ('HAVE_CONFIG_H', None),