Fixed Mac compile

This commit is contained in:
MysterD 2022-03-21 14:02:23 -07:00
parent 823f28acd3
commit 2673b1140c
1 changed files with 2 additions and 2 deletions

View File

@ -269,11 +269,11 @@ endif
# Check for certain target types. # Check for certain target types.
ifeq ($(TARGET_RPI),1) # Define RPi to change SDL2 title & GLES2 hints ifeq ($(TARGET_RPI),1) # Define RPi to change SDL2 title & GLES2 hints
DEFINES += -DUSE_GLES DEFINES += USE_GLES=1
endif endif
ifeq ($(OSX_BUILD),1) # Modify GFX & SDL2 for OSX GL ifeq ($(OSX_BUILD),1) # Modify GFX & SDL2 for OSX GL
DEFINES += -DOSX_BUILD DEFINES += OSX_BUILD=1
endif endif
ifeq ($(TARGET_WEB),1) ifeq ($(TARGET_WEB),1)