update makefile for PLATFORM_MEMORY (#5750)
This commit is contained in:
parent
ddfbe973d4
commit
b3592631b0
|
|
@ -284,6 +284,10 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
|
|||
# By default use OpenGL ES 2.0 on Android
|
||||
GRAPHICS ?= GRAPHICS_API_OPENGL_ES2
|
||||
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
|
||||
#------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user