<build>linkcatkeys was failing to run on Haiku r1a4 correctly.
* linking against the host libbe.so which could also contain classes like DefaultCatalog seems to let the runtime_loader in trouble. * as a workaround we rename the class.
This commit is contained in:
parent
7aa197e396
commit
af5255598c
@ -15,6 +15,9 @@ local localetools =
|
||||
# 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 ;
|
||||
# We link against the host libbe.so which could also contain this class, so
|
||||
# rename it for locale tools
|
||||
DEFINES += DefaultCatalog=ToolsDefaultCatalog ;
|
||||
|
||||
USES_BE_API on $(localetools) = true ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user