From 36e3327b032e64f19ba1c0e1dc06cb40b7b79d02 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Aug 2022 23:47:47 -0400 Subject: Fix fallback configuration on older MacOS versions --- src/zix_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/zix_config.h b/src/zix_config.h index f4965f8..b1096a5 100644 --- a/src/zix_config.h +++ b/src/zix_config.h @@ -34,7 +34,7 @@ # if __has_include() # include # endif -# elif defined(__unix__) +# elif defined(__APPLE__) || defined(__unix__) # include # endif # endif -- cgit v1.2.1