mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 03:58:56 -06:00
Report libraries in EXTRALIBS_WEBVIEW in wx-config output
These libraries should be included when "webview" appears in --libs or --optional-libs. Closes https://github.com/wxWidgets/wxWidgets/pull/251
This commit is contained in:
parent
da195023c1
commit
037f697760
@ -1032,6 +1032,7 @@ ldlibs_html="@EXTRALIBS_HTML@"
|
||||
ldlibs_xml="@EXTRALIBS_XML@"
|
||||
ldlibs_adv="@EXTRALIBS_SDL@"
|
||||
ldlibs_stc="@EXTRALIBS_STC@"
|
||||
ldlibs_webview="@EXTRALIBS_WEBVIEW@"
|
||||
|
||||
|
||||
# Order the libraries passed to us correctly for static linking.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user