From bbb2dc237a6a82b22dc0a93542078e39b2046d17 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 13 Apr 2013 14:39:35 +0200 Subject: [PATCH] Add BReferenceable to libbe_build Unbreaks the build on non-Haiku build platforms --- src/build/libbe/support/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build/libbe/support/Jamfile b/src/build/libbe/support/Jamfile index afa735e866..495ea54f37 100644 --- a/src/build/libbe/support/Jamfile +++ b/src/build/libbe/support/Jamfile @@ -15,6 +15,7 @@ BuildPlatformMergeObjectPIC support_kit.o : List.cpp Locker.cpp PointerList.cpp + Referenceable.cpp String.cpp StringList.cpp ;