Skip to content

Commit 3944abc

Browse files
committed
Haiku: Native support
This is the rest of the changes to the native code of .NET from the initial porting effort in 2023.
1 parent c62c41f commit 3944abc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mono/mono/utils/mono-dl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ fix_libc_name (const char *name)
5050
return "/usr/lib/libc.dylib";
5151
#elif defined (__FreeBSD__)
5252
return "libc.so.7";
53+
#elif defined (HOST_HAIKU)
54+
return "libroot.so";
5355
#elif defined (LIBC_SO)
5456
return LIBC_SO;
5557
#else

0 commit comments

Comments
 (0)