Added detection for Darwin (Mac OS X)
This commit is contained in:
parent
2b1f26613a
commit
43f92bb30b
|
@ -292,7 +292,7 @@ case "$host" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
## NetBSD and FreeBSD ( and maybe 386BSD also)
|
## NetBSD and FreeBSD ( and maybe 386BSD also)
|
||||||
*-*-*bsd* )
|
*-*-*bsd*|*-*-darwin* )
|
||||||
dir=bsd
|
dir=bsd
|
||||||
SCSH_ELF
|
SCSH_ELF
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue