summaryrefslogtreecommitdiffstats
path: root/WebKitTools/DumpRenderTree/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/DumpRenderTree/wscript')
-rw-r--r--WebKitTools/DumpRenderTree/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKitTools/DumpRenderTree/wscript b/WebKitTools/DumpRenderTree/wscript
index 75d208f..4aaedb4 100644
--- a/WebKitTools/DumpRenderTree/wscript
+++ b/WebKitTools/DumpRenderTree/wscript
@@ -58,8 +58,8 @@ def build(bld):
includes = ' '.join(include_paths),
source = sources,
target = 'DumpRenderTree',
- uselib = 'JSCORE ICU WXWEBKIT WX ' + get_config(),
+ uselib = 'ICU WX ' + get_config(),
libpath = [output_dir],
- uselib_local = '',
+ uselib_local = 'jscore wxwebkit',
install_path = output_dir)