mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
bootstrap: Add support for DragonFly
This commit is contained in:
parent
b1a0a4e03b
commit
19703a5db9
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