Typo in previous.
[dcpomatic.git] / 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: