diff --git a/Cytoplasm b/Cytoplasm index af4a142..f7c51ee 160000 --- a/Cytoplasm +++ b/Cytoplasm @@ -1 +1 @@ -Subproject commit af4a14226116719eb504f0213fa549bf1e967194 +Subproject commit f7c51ee019c0cffdc200a4fd4f82ce7cd6e89d61 diff --git a/configure b/configure index 17bacfa..8233084 100755 --- a/configure +++ b/configure @@ -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" ;;