From 2d18caf46d9c279fb193dc2a460d53d93b3717b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 May 2022 14:57:25 -0400 Subject: Fix MacOS build I can't for the life of me figure out how to do this portably with C++ casts, since the native types are very different between platforms (pointer on MacOS, integer on X11). So, just give up and go back to C casts here. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 097500d..c413feb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +suil (0.10.13) unstable; + + * Fix MacOS build + + -- David Robillard Sun, 29 May 2022 18:58:06 +0000 + suil (0.10.12) stable; * Fix build issues with newer toolchains -- cgit v1.2.1