diff --git a/src/tools/locale/Jamfile b/src/tools/locale/Jamfile index 37ef8daab7..32fdc0ccef 100644 --- a/src/tools/locale/Jamfile +++ b/src/tools/locale/Jamfile @@ -12,6 +12,10 @@ local localetools = collectcatkeys ; +# Due to the use of STL fstream open() mapping the function names via macro +# name doesn't work. +DEFINES += _HAIKU_BUILD_DONT_REMAP_FD_FUNCTIONS ; + USES_BE_API on $(localetools) = true ; UseLibraryHeaders icu ;