Skip to content

Commit 646589b

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 646589b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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 (__HAIKU__)
54+
return "libroot.so";
5355
#elif defined (LIBC_SO)
5456
return LIBC_SO;
5557
#else

0 commit comments

Comments
 (0)