mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
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:
8
wscript
8
wscript
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user