From 5636172bce061bb9d370cfa08aefbbc3fd8f4192 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Tue, 21 Sep 2004 23:46:54 +0000 Subject: [PATCH 1/1] Filter out the 'std' pseudo-lib from monolithic builds too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-config.in b/wx-config.in index eb199d4acb..889e418857 100755 --- a/wx-config.in +++ b/wx-config.in @@ -823,7 +823,7 @@ wx_libs=$(echo "$input_parameters" | tr ',' ' ') if is_monolithic; then # Core libs are already built into the blob. - for i in @CORE_GUI_LIBS@ @CORE_BASE_LIBS@; do + for i in std @CORE_GUI_LIBS@ @CORE_BASE_LIBS@; do wx_libs=$(remove_field $i $wx_libs) done -- 2.45.2