Use absolute paths to these includes so that extensions can pick up headers from these dirs as well.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2012-05-30 18:29:45 +00:00
parent 71da9bea83
commit 45ac7c4273

View File

@@ -126,8 +126,8 @@ class Configuration(object):
self.WXPLAT2 = None
self.WXDIR = wxDir()
self.includes = ['sip/siplib', # to get our version of sip.h
'src', # for any hand-written headers
self.includes = [phoenixDir() + '/sip/siplib', # to get our version of sip.h
phoenixDir() + '/src', # for any hand-written headers
]
if noWxConfig: