diff options
Diffstat (limited to 'WebKit/wx/bindings/python/wscript')
-rw-r--r-- | WebKit/wx/bindings/python/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebKit/wx/bindings/python/wscript b/WebKit/wx/bindings/python/wscript index cd07836..0a1df31 100644 --- a/WebKit/wx/bindings/python/wscript +++ b/WebKit/wx/bindings/python/wscript @@ -30,9 +30,9 @@ import Logs import Options include_paths = [ - os.path.join(wk_root, 'JavaScriptCore'), - os.path.join(wk_root, 'WebCore', 'bindings', 'cpp'), - os.path.join(wk_root, 'WebCore', 'DerivedSources'), + os.path.join(wk_root, 'Source', 'JavaScriptCore'), + os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'cpp'), + os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'), os.path.join(wk_root, 'WebKit', 'wx'), os.path.join(wx_root, 'wxPython', 'include'), os.path.join(wx_root, '..', 'wxPython', 'include'), |