mirror of
https://github.com/libretro/libretro-samples.git
synced 2025-04-02 10:31:48 -04:00
7 lines
104 B
Makefile
7 lines
104 B
Makefile
APP_ABI := all
|
|
ifeq ($(GLES), 3)
|
|
APP_PLATFORM := android-18
|
|
else
|
|
APP_PLATFORM := android-9
|
|
endif
|
|
|