From 645aa1c8cb130c0f7d454254f1149eb6e6a85895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 28 Jun 2005 19:57:26 +0000 Subject: [PATCH] fixed haiku build (again) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13329 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/abouthaiku/Jamfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/abouthaiku/Jamfile b/src/apps/abouthaiku/Jamfile index 472fdfc584..cf0498f25e 100644 --- a/src/apps/abouthaiku/Jamfile +++ b/src/apps/abouthaiku/Jamfile @@ -11,3 +11,7 @@ App AboutHaiku : : libbe.so libtranslation.so : AboutHaiku.rdef ; + +if $(TARGET_PLATFORM) != r5 { + LinkSharedOSLibs AboutHaiku : libroot.so ; +}