mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 19:21:09 +00:00
Merge pull request #885 from l3iggs/patch-1
[Android] allow for variable NDK header version
This commit is contained in:
commit
77093f7ebe
@ -1,7 +1,15 @@
|
||||
ifeq ($(GLES),3)
|
||||
APP_PLATFORM := android-18
|
||||
ifndef NDK_GL_HEADER_VER
|
||||
APP_PLATFORM := android-18
|
||||
else
|
||||
APP_PLATFORM := $(NDK_GL_HEADER_VER)
|
||||
endif
|
||||
else
|
||||
APP_PLATFORM := android-9
|
||||
ifndef NDK_NO_GL_HEADER_VER
|
||||
APP_PLATFORM := android-9
|
||||
else
|
||||
APP_PLATFORM := $(NDK_NO_GL_HEADER_VER)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifndef TARGET_ABIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user