Explorar el Código

Merge pull request #924 from jlduran/add-freebsd-to-configure-c-extensions

src/configure: Add FreeBSD
pull/927/head^2
Mislav Marohnić hace 9 años
cometido por GitHub
padre
commit
c7dcaf1259
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/configure

+ 3
- 0
src/configure Ver fichero

@ -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)"
;;

Cargando…
Cancelar
Guardar