mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
Disable function remapping via macros
STL fstream::open() is used, so the macros break the build.
This commit is contained in:
parent
4dbc245798
commit
e954868b70
@ -12,6 +12,10 @@ local localetools =
|
||||
<build>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 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user