diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-01 22:53:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-01 22:53:36 +0100 |
| commit | c63530f69224f0867837591e106bea71cb89ef1e (patch) | |
| tree | 515d72e97464742fa03ed60ca9bb10875405ab99 /src | |
| parent | 744d20add3a3be77b9424fd73e9dcd8b146fc23a (diff) | |
Typo in previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
