Basic work toward compiling on Darwin

This commit is contained in:
Jordan Bancino 2024-09-21 15:47:01 -04:00
parent af4a142261
commit f7c51ee019
3 changed files with 76 additions and 1 deletions

2
configure vendored
View file

@ -37,7 +37,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"
;;