X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac2e7107d3a8a941b519b5a56772e783cebcd518..084ad0c2424aa998a640c151f8fa762435364449:/wx-config.in 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