Merge pull request #46 from swt2c/link_wxmedia

Fix linking of wx.media module
This commit is contained in:
Robin Dunn
2016-05-02 21:11:23 -07:00

View File

@@ -218,6 +218,10 @@ def configure(conf):
args='--cxxflags --libs %score,net' % libname + rpath,
uselib_store='WXRICHTEXT', mandatory=True)
conf.check_cfg(path=conf.options.wx_config, package='',
args='--cxxflags --libs media,core,net' + rpath,
uselib_store='WXMEDIA', mandatory=True)
# ** Add code for new modules here