1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Define GL_SILENCE_DEPRECATION for OSX

This commit is contained in:
twinaphex 2021-01-18 21:27:26 +01:00
parent 97d954912d
commit 71e712f050

View File

@ -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)