]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix missing 3rd party builtin libs for static monolithic builds.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 17 Sep 2006 09:07:07 +0000 (09:07 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 17 Sep 2006 09:07:07 +0000 (09:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 9cfd315971cad7534936bcdfa4667c763b14fdd0..cf3a6b9dc5f5125095c81740e1968efd1c2e76a3 100755 (executable)
@@ -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" 
     # 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
     else
         wx_libs="$wx_libs -lwx_@TOOLCHAIN_NAME@"
     fi