Fix it more.
authorCarl Hetherington <cth@carlh.net>
Tue, 29 Dec 2020 00:59:00 +0000 (01:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 29 Dec 2020 00:59:00 +0000 (01:59 +0100)
src/wx/wscript

index ab92e15006f47fe8234d858b4910fc9012fe12e7..0bb60e744223f1d485dcc94bb5f055074d6eb248 100644 (file)
@@ -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,