From daf7cb41c4973f4cd5108bd90bdffc0e6a33c91b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 5 Apr 2013 18:34:28 +0200 Subject: [PATCH] Bring back libroot_build.a for now. * the corresponding TODO has to be dealt with at a later stage --- src/build/libroot/Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/build/libroot/Jamfile b/src/build/libroot/Jamfile index 34f947ed00..bb5e07d6c6 100644 --- a/src/build/libroot/Jamfile +++ b/src/build/libroot/Jamfile @@ -81,10 +81,10 @@ BuildPlatformSharedLibrary libroot_build.so : ; # TODO: This doesn't work with the function remapping. -#BuildPlatformStaticLibrary libroot_build.a : -# : -# [ FGristFiles $(librootSources:S=$(SUFOBJ)) ] -#; +BuildPlatformStaticLibrary libroot_build.a : + : + [ FGristFiles $(librootSources:S=$(SUFOBJ)) ] +; USES_BE_API on [ FGristFiles function_remapper$(SUFOBJ) ] = true ;