From: Michael Wetherell Date: Sun, 17 Sep 2006 09:07:07 +0000 (+0000) Subject: Fix missing 3rd party builtin libs for static monolithic builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5719eab2bff49827ab516dbdfce80498188f781c?hp=c2c04edc2cc8ad724cb275301817e6554fe4d92b Fix missing 3rd party builtin libs for static monolithic builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wx-config.in b/wx-config.in index 9cfd315971..cf3a6b9dc5 100755 --- a/wx-config.in +++ b/wx-config.in @@ -1079,7 +1079,7 @@ if is_monolithic; then # We still need the core lib deps for a static build though if is_static; then link_deps="${libdir}/libwx_@TOOLCHAIN_NAME@.a" - wx_libs="$wx_libs $link_deps $ldlibs_core @LIBS@" + wx_libs="$wx_libs $link_deps $ldlibs_core $ldlibs_base" else wx_libs="$wx_libs -lwx_@TOOLCHAIN_NAME@" fi