shithub: sl

Download patch

ref: 6fac4fa7ab4edb5a9db2608c8411c8d916b25d90
parent: a7b84ec20ba5b2eb61b232f6bbe17281b4f84e57
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sat Jan 18 19:51:16 EST 2025

mac: fix to build with universal interfaces as well

--- a/mem.c
+++ b/mem.c
@@ -1,3 +1,6 @@
+#if defined(__macos__)
+#include <MacMemory.h>
+#endif
 #include "platform.h"
 
 #define HAVE_MORECORE 1
@@ -56,7 +59,6 @@
 }
 
 #if defined(__macos__)
-#include <Multiverse.h>
 static void *
 fl_sbrk(intptr_t increment)
 {