From 037f697760d2f5c3441e0bed95bdadafc70a86ac Mon Sep 17 00:00:00 2001 From: Matthew Heinsen Egan Date: Sat, 12 Mar 2016 01:46:54 +0100 Subject: [PATCH] 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 --- wx-config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/wx-config.in b/wx-config.in index 0ebad1ebdc..9048ac376e 100755 --- a/wx-config.in +++ b/wx-config.in @@ -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.