forked from Telodendria/Telodendria
Basic work toward compiling on Darwin.
This commit is contained in:
parent
e083ece2ed
commit
42223c94bb
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit af4a14226116719eb504f0213fa549bf1e967194
|
||||
Subproject commit f7c51ee019c0cffdc200a4fd4f82ce7cd6e89d61
|
2
configure
vendored
2
configure
vendored
|
@ -34,7 +34,7 @@ case "$(uname)" in
|
|||
# These systems typically use GCC.
|
||||
SCRIPT_ARGS="${SCRIPT_ARGS} --cc=gcc"
|
||||
;;
|
||||
OpenBSD|FreeBSD)
|
||||
OpenBSD|FreeBSD|Darwin)
|
||||
# These systems typically use Clang.
|
||||
SCRIPT_ARGS="${SCRIPT_ARGS} --cc=clang"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue