From 42223c94bb23dfce2fc002e536c2e00c4846a9dc Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 21 Sep 2024 15:47:25 -0400 Subject: [PATCH] Basic work toward compiling on Darwin. --- Cytoplasm | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ;;