mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
set DEFAULT_CFG_NAME to /mnt/sdcard/ for android
This commit is contained in:
@@ -56,7 +56,7 @@ else ifneq (,$(findstring android,$(platform)))
|
||||
TARGET := $(TARGET_NAME)_libretro_android.so
|
||||
fpic = -fPIC
|
||||
SHARED := -lstdc++ -llog -lz -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
|
||||
CFLAGS += -DDEFAULT_CFG_NAME="\"/mnt/sdcard/atari800.cfg\""
|
||||
CC = arm-linux-androideabi-gcc
|
||||
CXX = arm-linux-androideabi-g++
|
||||
# Raspberry Pi
|
||||
|
||||
Reference in New Issue
Block a user