Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Add FreeBSD to bootstrap.c to make building from source easier in Fre…
Browse files Browse the repository at this point in the history
…eBSD 14
  • Loading branch information
lateefj authored and andrewrk committed Dec 19, 2023
1 parent cd7960e commit f36ac22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f36ac22

Please sign in to comment.