| author | |
| committer | |
| log | f36ac227b13884f42f259bc38c5b0aa012273799 |
| tree | 409b9e04c1b91cf1bd5d1e17a2353b357b13b9c3 |
| parent | cd7960ea75a69ffa06f0adc6b40abaf0468bb412 |
1 files changed, 2 insertions(+), 0 deletions(-)
bootstrap.c+2| ... | ... | @@ -60,6 +60,8 @@ static const char *get_host_os(void) { |
| 60 | 60 | return "macos"; |
| 61 | 61 | #elif defined(__linux__) |
| 62 | 62 | return "linux"; |
| 63 | #elif defined(__FreeBSD__) | |
| 64 | return "freebsd"; | |
| 63 | 65 | #else |
| 64 | 66 | #error TODO implement get_host_os in this build script for this target |
| 65 | 67 | #endif |