src/configure: Add FreeBSD
This commit is contained in:
parent
0c7224af95
commit
99342d642f
3
src/configure
vendored
3
src/configure
vendored
@ -21,6 +21,9 @@ case "$(uname -s)" in
|
||||
Darwin* )
|
||||
host_os="darwin$(uname -r)"
|
||||
;;
|
||||
FreeBSD* )
|
||||
host_os="freebsd$(uname -r)"
|
||||
;;
|
||||
OpenBSD* )
|
||||
host_os="openbsd$(uname -r)"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user