Commit f36ac227b1
Changed files (1)
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