Merge pull request #924 from jlduran/add-freebsd-to-configure-c-extensions
src/configure: Add FreeBSD
This commit is contained in:
commit
c7dcaf1259
3
src/configure
vendored
3
src/configure
vendored
@ -21,6 +21,9 @@ case "$(uname -s)" in
|
|||||||
Darwin* )
|
Darwin* )
|
||||||
host_os="darwin$(uname -r)"
|
host_os="darwin$(uname -r)"
|
||||||
;;
|
;;
|
||||||
|
FreeBSD* )
|
||||||
|
host_os="freebsd$(uname -r)"
|
||||||
|
;;
|
||||||
OpenBSD* )
|
OpenBSD* )
|
||||||
host_os="openbsd$(uname -r)"
|
host_os="openbsd$(uname -r)"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user