haiku: debitrot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user