diff options
| author | Kristian Monsen <kristianm@google.com> | 2010-07-30 10:46:49 +0100 |
|---|---|---|
| committer | Kristian Monsen <kristianm@google.com> | 2010-08-04 13:01:34 +0100 |
| commit | 0617145a89917ae7735fe1c9538688ab9a577df5 (patch) | |
| tree | 56206078694427c37ed7bdf27eb5221398b833c0 /WebKit/wx/bindings/python/wscript | |
| parent | ef1adcdfc805d4d13103f6f15cc5b4d96828a60f (diff) | |
| download | external_webkit-0617145a89917ae7735fe1c9538688ab9a577df5.zip external_webkit-0617145a89917ae7735fe1c9538688ab9a577df5.tar.gz external_webkit-0617145a89917ae7735fe1c9538688ab9a577df5.tar.bz2 | |
Merge WebKit at r64264 : Initial merge by git.
Change-Id: Ic42bef02efef8217a0f84c47176a9c617c28d1f1
Diffstat (limited to 'WebKit/wx/bindings/python/wscript')
| -rw-r--r-- | WebKit/wx/bindings/python/wscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebKit/wx/bindings/python/wscript b/WebKit/wx/bindings/python/wscript index 41e5d41..617a839 100644 --- a/WebKit/wx/bindings/python/wscript +++ b/WebKit/wx/bindings/python/wscript @@ -30,6 +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, 'WebKit', 'wx'), os.path.join(wx_root, 'wxPython', 'include'), os.path.join(wx_root, '..', 'wxPython', 'include'), @@ -95,4 +98,5 @@ def build(bld): libpath = [output_dir], uselib_local = '', - install_path = output_dir) + install_path = output_dir + ) |
