From 71e712f050056223ddf79e7f5596541894337eb5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 18 Jan 2021 21:27:26 +0100 Subject: [PATCH] Define GL_SILENCE_DEPRECATION for OSX --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 91967e495b..2e83fbb423 100644 --- a/Makefile.common +++ b/Makefile.common @@ -2264,6 +2264,7 @@ ifeq ($(HAVE_COCOA),1) ui/drivers/cocoa/cocoa_common.o ifeq ($(HAVE_OPENGL), 1) + DEFINES += -DGL_SILENCE_DEPRECATION OBJ += gfx/drivers_context/cocoa_gl_ctx.o endif ifeq ($(HAVE_VULKAN), 1)