mirror of
https://github.com/ziglang/zig.git
synced 2025-12-05 22:03:06 +00:00
bootstrap: Add support for DragonFly
This commit is contained in:
parent
b1a0a4e03b
commit
19703a5db9
@ -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…
x
Reference in New Issue
Block a user