From 2cfa3e7a046ede5964005f275862c1dbc3060ea1 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 3 Mar 2011 21:56:56 +0000 Subject: [PATCH] The build compatibility libs are needed for this rule when invoked on non-Haiku hosts. Fixes the build on non-Haiku host platforms. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40799 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/LocaleRules | 1 + 1 file changed, 1 insertion(+) diff --git a/build/jam/LocaleRules b/build/jam/LocaleRules index db9a05d001..d09d3eb70b 100644 --- a/build/jam/LocaleRules +++ b/build/jam/LocaleRules @@ -181,5 +181,6 @@ rule AddCatalogEntryAttribute target actions AddCatalogEntryAttribute1 { + $(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR) "$(2)" -t string "SYS:NAME" "$(CATALOG_ENTRY)" "$(1)" }