diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/wscript')
-rw-r--r-- | WebKitTools/DumpRenderTree/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKitTools/DumpRenderTree/wscript b/WebKitTools/DumpRenderTree/wscript index 29eca9a..5e6c597 100644 --- a/WebKitTools/DumpRenderTree/wscript +++ b/WebKitTools/DumpRenderTree/wscript @@ -57,7 +57,7 @@ def build(bld): includes = ' '.join(include_paths), source = sources, target = 'DumpRenderTree', - uselib = 'WXWEBKIT WX ' + get_config(), + uselib = 'JSCORE ICU WXWEBKIT WX ' + get_config(), libpath = [output_dir], uselib_local = '', install_path = output_dir) |