mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
bootstrap: Add support for DragonFly
This commit is contained in:
parent
8b5e4e032b
commit
65af34b1bf
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ static const char *get_host_os(void) {
|
|||
return "linux";
|
||||
#elif defined(__FreeBSD__)
|
||||
return "freebsd";
|
||||
#elif defined(__DragonFly__)
|
||||
return "dragonfly";
|
||||
#elif defined(__HAIKU__)
|
||||
return "haiku";
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue