From 337d0df8b8b7ac5f1afc6bbcce24c0d1522425be Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 27 Jun 2012 07:34:57 +0000 Subject: [PATCH] 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 --- wscript | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wscript b/wscript index ef0a8add..d5c6f420 100644 --- a/wscript +++ b/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