File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,16 +262,16 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_WIN32)
262262endif
263263ifeq ($(TARGET_PLATFORM ) ,PLATFORM_DRM)
264264 # On DRM OpenGL ES 2.0 must be used
265- GRAPHICS = GRAPHICS_API_OPENGL_ES2
265+ GRAPHICS ? = GRAPHICS_API_OPENGL_ES2
266266endif
267267ifeq ($(TARGET_PLATFORM ) ,$(filter $(TARGET_PLATFORM ) ,PLATFORM_WEB PLATFORM_WEB_RGFW) )
268268 # On HTML5 OpenGL ES 2.0 is used, emscripten translates it to WebGL 1.0
269- GRAPHICS = GRAPHICS_API_OPENGL_ES2
269+ GRAPHICS ? = GRAPHICS_API_OPENGL_ES2
270270 # GRAPHICS = GRAPHICS_API_OPENGL_ES3
271271endif
272272ifeq ($(TARGET_PLATFORM ) ,PLATFORM_ANDROID)
273273 # By default use OpenGL ES 2.0 on Android
274- GRAPHICS = GRAPHICS_API_OPENGL_ES2
274+ GRAPHICS ? = GRAPHICS_API_OPENGL_ES2
275275endif
276276
277277# Define default C compiler and archiver to pack library: CC, AR
You can’t perform that action at this time.
0 commit comments