From 231d4e3152a9c27a73b6ac7badbe6be673aa3ddf Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 8 Oct 2009 17:19:54 +0100 Subject: Merge webkit.org at R49305 : Automatic merge by git. Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7 --- WebKitTools/wx/browser/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKitTools/wx/browser') diff --git a/WebKitTools/wx/browser/wscript b/WebKitTools/wx/browser/wscript index fb8d81f..530cd75 100644 --- a/WebKitTools/wx/browser/wscript +++ b/WebKitTools/wx/browser/wscript @@ -45,7 +45,7 @@ def build(bld): includes = ' '.join(include_paths), source = 'browser.cpp', target = 'wxBrowser', - uselib = 'WX CURL ICU XSLT XML WXWEBKIT ' + waf_configname, + uselib = 'WX CURL ICU SQLITE3 XSLT XML WXWEBKIT ' + get_config(), libpath = [output_dir], uselib_local = '', install_path = output_dir) -- cgit v1.1