mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
src/configure: Add FreeBSD
This commit is contained in:
parent
0c7224af95
commit
99342d642f
1 changed files with 3 additions and 0 deletions
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…
Reference in a new issue