| ... | @@ -60,6 +60,8 @@ static const char *get_host_os(void) { | ... | @@ -60,6 +60,8 @@ static const char *get_host_os(void) { |
| 60 | return "macos"; | 60 | return "macos"; |
| 61 | #elif defined(__linux__) | 61 | #elif defined(__linux__) |
| 62 | return "linux"; | 62 | return "linux"; |
| | 63 | #elif defined(__FreeBSD__) |
| | 64 | return "freebsd"; |
| 63 | #else | 65 | #else |
| 64 | #error TODO implement get_host_os in this build script for this target | 66 | #error TODO implement get_host_os in this build script for this target |
| 65 | #endif | 67 | #endif |