mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 06:10:15 +00:00
Add FreeBSD to bootstrap.c to make building from source easier in FreeBSD 14
This commit is contained in:
parent
cd7960ea75
commit
f36ac227b1
@ -60,6 +60,8 @@ static const char *get_host_os(void) {
|
||||
return "macos";
|
||||
#elif defined(__linux__)
|
||||
return "linux";
|
||||
#elif defined(__FreeBSD__)
|
||||
return "freebsd";
|
||||
#else
|
||||
#error TODO implement get_host_os in this build script for this target
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user