[haiku-commits] r40799 - haiku/trunk/build/jam
- From: anevilyak@xxxxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Thu, 3 Mar 2011 22:56:56 +0100 (CET)
Author: anevilyak
Date: 2011-03-03 22:56:56 +0100 (Thu, 03 Mar 2011)
New Revision: 40799
Changeset: http://dev.haiku-os.org/changeset/40799
Modified:
haiku/trunk/build/jam/LocaleRules
Log:
The build compatibility libs are needed for this rule when invoked on non-Haiku
hosts. Fixes the build on non-Haiku host platforms.
Modified: haiku/trunk/build/jam/LocaleRules
===================================================================
--- haiku/trunk/build/jam/LocaleRules 2011-03-03 21:44:46 UTC (rev 40798)
+++ haiku/trunk/build/jam/LocaleRules 2011-03-03 21:56:56 UTC (rev 40799)
@@ -181,5 +181,6 @@
actions AddCatalogEntryAttribute1
{
+ $(HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR)
"$(2)" -t string "SYS:NAME" "$(CATALOG_ENTRY)" "$(1)"
}
Other related posts: