From c63530f69224f0867837591e106bea71cb89ef1e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Jul 2013 22:53:36 +0100 Subject: [PATCH] Typo in previous. --- src/wx/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/wscript b/src/wx/wscript index acff351fa..019362e9f 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -29,7 +29,7 @@ def configure(conf): if conf.env.STATIC: wx_args += ' --static' - conf.check_cfg(msg='Checking for wxWidgets', package='', path=conf.options.wx_config, args=wx_args + conf.check_cfg(msg='Checking for wxWidgets', package='', path=conf.options.wx_config, args=wx_args, uselib_store='WXWIDGETS', mandatory=True) if conf.env.STATIC: -- 2.30.2