From 3a4d80e04cc5fcb658ed514476bb4e6e068a57cd Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 26 May 2009 01:07:10 +0000 Subject: [PATCH] Added translators to the alternative gcc archive (the non-native part of the hybrid build). Fixes #3952. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30860 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/AlternativeGCCArchive | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/jam/AlternativeGCCArchive b/build/jam/AlternativeGCCArchive index 9d50b17605..3cb9483895 100644 --- a/build/jam/AlternativeGCCArchive +++ b/build/jam/AlternativeGCCArchive @@ -18,6 +18,11 @@ for libTarget in [ FSymlinksInHaikuImageDirectory system lib ] { : [ on $(libTarget) return $(SYMLINK_TARGET) ] : $(libTarget:BS) ; } +# translators +AddFilesToAlternativeGCCArchive + system add-ons Translators $(HAIKU_ALTERNATIVE_GCC_LIB_SUBDIR) + : $(SYSTEM_ADD_ONS_TRANSLATORS) ; + #pragma mark - Build The Archive