From 13be439cfb362aaf61f2de72dd134e20a9da0c7a Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 2 May 2009 19:15:42 +0000 Subject: [PATCH] * should be linked against target-c++-lib (as I'm told by Rene) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30588 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/locale/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/locale/Jamfile b/src/kits/locale/Jamfile index c8c53aa5c8..bbdffa2280 100644 --- a/src/kits/locale/Jamfile +++ b/src/kits/locale/Jamfile @@ -33,5 +33,5 @@ SharedLibrary liblocale.so PropertyFile.cpp strfmon.cpp UnicodeChar.cpp - : be -; + : be $(TARGET_LIBSTDC++) + ;