From 9d56c6df4a87b3aace9421c4db886582703431ad Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Thu, 26 May 2022 18:55:53 -0400 Subject: [PATCH] Enable ARC when compiling SDL. SDL_cocoavideo.m now enforces this, as of this commit: https://github.com/libsdl-org/SDL/commit/ec8fa57750423978086cd7a96bd92e7e3ff46cc9 That commit also removed the destructors from SDL_render_metal.m, which implies it's required on iOS too. And before anyone asks, SDL seems to have no plans to back down on this. --- project/lib/sdl-files.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/lib/sdl-files.xml b/project/lib/sdl-files.xml index b91334315..291a15352 100644 --- a/project/lib/sdl-files.xml +++ b/project/lib/sdl-files.xml @@ -501,6 +501,7 @@
+ @@ -529,6 +530,7 @@
+