瀏覽代碼

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

src/configure: Add FreeBSD
pull/927/head^2
Mislav Marohnić 8 年之前
committed by GitHub
父節點
當前提交
c7dcaf1259
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      src/configure

+ 3
- 0
src/configure 查看文件

@ -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…
取消
儲存