From 02606f712cc94685b775aca04415e794f3ebe84c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 22 Nov 2011 16:43:53 +0100 Subject: [PATCH] Provide BReferenceable in libreferenceable.a, too. * the upcoming multibyte-implementation in libroot's ICU locale backend is going to use this, so it's not good enough to provide BReferenceable only in libbe.so --- src/kits/support/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kits/support/Jamfile b/src/kits/support/Jamfile index fcdd1227a4..ac78d1d58c 100644 --- a/src/kits/support/Jamfile +++ b/src/kits/support/Jamfile @@ -23,3 +23,5 @@ MergeObject support_kit.o : String.cpp Url.cpp ; + +StaticLibrary libreferenceable.a : : [ FGristFiles Referenceable.o ] ;