mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user