The last commit didn't work, and I can't find any other way to work around the problem, so just undo the change for now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-06-27 07:34:57 +00:00
parent b05a08b37e
commit 337d0df8b8

View File

@@ -54,14 +54,6 @@ def configure(conf):
conf.env.PYTHON = conf.options.python
conf.load('python')
conf.check_python_version(minver=(2,7,0))
if isDarwin:
# This will set the CC, CXX and LDSHARED values in the environement
# the same way it will be when we do the real builds. This will allow
# the configure tests done in check_python_headers() below to use the
# correct compile and link commands while configuring.
cfg.finishSetup(wx_config=conf.options.wx_config, debug=conf.options.debug)
conf.check_python_headers()
# fetch and save the debug option