mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-26 08:37:25 -04:00
update makefile for PLATFORM_MEMORY (#5750)
This commit is contained in:
@ -284,6 +284,10 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
|
|||||||
# By default use OpenGL ES 2.0 on Android
|
# By default use OpenGL ES 2.0 on Android
|
||||||
GRAPHICS ?= GRAPHICS_API_OPENGL_ES2
|
GRAPHICS ?= GRAPHICS_API_OPENGL_ES2
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(TARGET_PLATFORM),PLATFORM_MEMORY)
|
||||||
|
# By default use OpenGL Software
|
||||||
|
GRAPHICS ?= GRAPHICS_API_OPENGL_SOFTWARE
|
||||||
|
endif
|
||||||
|
|
||||||
# Define default C compiler and archiver to pack library: CC, AR
|
# Define default C compiler and archiver to pack library: CC, AR
|
||||||
#------------------------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user