Typo in previous.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jul 2013 21:53:36 +0000 (22:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jul 2013 21:53:36 +0000 (22:53 +0100)
src/wx/wscript

index acff351fa0074d859aecea531900fa7f87a83fc1..019362e9fecafccd75a4bb9b78217875821e3153 100644 (file)
@@ -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: