mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
haiku: debitrot
This commit is contained in:
parent
c011abc4dd
commit
2dd74cd312
17 changed files with 392 additions and 88 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue