Skip to content

Commit f36ac22

Browse files
lateefjandrewrk
authored andcommitted
Add FreeBSD to bootstrap.c to make building from source easier in FreeBSD 14
1 parent cd7960e commit f36ac22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ static const char *get_host_os(void) {
6060
return "macos";
6161
#elif defined(__linux__)
6262
return "linux";
63+
#elif defined(__FreeBSD__)
64+
return "freebsd";
6365
#else
6466
#error TODO implement get_host_os in this build script for this target
6567
#endif

0 commit comments

Comments
 (0)