diff options
Diffstat (limited to 'WebKitTools/wx/browser')
-rw-r--r-- | WebKitTools/wx/browser/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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) |