mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix linking of wx.media module
This commit is contained in:
4
wscript
4
wscript
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user