From 352f2e50593a60d486cb4517cc48ebe1b9aa191c Mon Sep 17 00:00:00 2001 From: IoI_xD Date: Mon, 20 Apr 2026 16:02:33 -0500 Subject: [PATCH] tim cook is stepping down --- pl/rules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/rules.pl b/pl/rules.pl index d45d7c9..e669ae8 100644 --- a/pl/rules.pl +++ b/pl/rules.pl @@ -83,7 +83,7 @@ if (grep(/^cocoa$/, @backends) || param_get("gnustep")) { new_object("src/widget/opengl_cocoa.m"); } -# tim cook my man literally everybody and their mother who knows what opengl is knows its deprecated on macos and i'm not having you spam the console with this +# John Apple my man literally everybody and their mother who knows what opengl is knows its deprecated on macos and i'm not having you spam the console with this add_cflags("-DGL_SILENCE_DEPRECATION"); $gl_libs = "-framework OpenGL";