Output EXTRALIBS_MEDIA from wx-config when using static media lib
This should fix linking of the applications using static media library,
notably under macOS, where they must link with AV{Foundation,Kit}
frameworks.
This commit is contained in:
parent
60f2c09bb1
commit
76f9d6baa9
1 changed files with 1 additions and 0 deletions
|
|
@ -1029,6 +1029,7 @@ ldlibs_base="@WXCONFIG_LIBS@"
|
|||
ldlibs_core="@EXTRALIBS_GUI@ @EXTRALIBS_SDL@"
|
||||
ldlibs_gl="@OPENGL_LIBS@"
|
||||
ldlibs_html="@EXTRALIBS_HTML@"
|
||||
ldlibs_media="@EXTRALIBS_MEDIA@"
|
||||
ldlibs_xml="@EXTRALIBS_XML@"
|
||||
ldlibs_stc="@EXTRALIBS_STC@"
|
||||
ldlibs_webview="@EXTRALIBS_WEBVIEW@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue