diff --git a/bootstrap.c b/bootstrap.c index d8996b462f27..08fff00b2d06 100644 --- a/bootstrap.c +++ b/bootstrap.c @@ -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