From b3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 13 Mar 2012 11:54:07 +0100 Subject: add $(gb_STDLIBS) to linked libs --- stoc/Library_bootstrap.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'stoc/Library_bootstrap.mk') diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk index 12a86788ebc0..490139bfa421 100644 --- a/stoc/Library_bootstrap.mk +++ b/stoc/Library_bootstrap.mk @@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,bootstrap,\ sal \ salhelper \ xmlreader \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap)) -- cgit v1.2.3