diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-29 01:59:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-29 01:59:00 +0100 |
| commit | 90310c8538e7d32b2e9448cdd00926d63ee57e65 (patch) | |
| tree | 9820a21e483b23bacba20b9fd1673a969e57e4dd | |
| parent | ab119c7d9773adf50067ca0ab41adba587b36592 (diff) | |
Fix it more.
| -rw-r--r-- | src/wx/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index ab92e1500..0bb60e744 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -173,6 +173,7 @@ def configure(conf): wx_libs = 'core,richtext,adv,html,xml,propgrid' if conf.options.wx_config is not None: + wx_config = conf.options.wx_config conf.check_cfg(msg='Checking for wxWidgets using %s' % conf.options.wx_config, package='', path=conf.options.wx_config, |
