haiku: debitrot

This commit is contained in:
Jacob Young
2024-03-23 06:26:06 +01:00
parent c011abc4dd
commit 2dd74cd312
17 changed files with 392 additions and 88 deletions

View File

@@ -64,6 +64,8 @@ static const char *get_host_os(void) {
return "linux";
#elif defined(__FreeBSD__)
return "freebsd";
#elif defined(__HAIKU__)
return "haiku";
#else
panic("unknown host os, specify with ZIG_HOST_TARGET_OS");
#endif