Android target rename
This commit is contained in:
parent
d1c3f3ff16
commit
9236793c45
2 changed files with 3 additions and 3 deletions
|
@ -9,5 +9,5 @@ JOBS=4
|
|||
ln -sf libsdl_ttf.so $LOCAL_PATH/../../../obj/local/$1/libSDL_ttf.so
|
||||
ln -sf libguichan.so $LOCAL_PATH/../../../obj/local/$1/libguichan_sdl.so
|
||||
|
||||
../setEnvironment-$1.sh sh -c "make -j$JOBS" && mv -f uae4arm libapplication-$1.so
|
||||
../setEnvironment-$1.sh sh -c "make -j$JOBS" && mv -f amiberry-android libapplication-$1.so
|
||||
|
||||
|
|
4
Makefile
4
Makefile
|
@ -61,7 +61,7 @@ else ifeq ($(PLATFORM),android)
|
|||
ANDROID = 1
|
||||
HAVE_NEON = 1
|
||||
HAVE_SDL_DISPLAY = 1
|
||||
NAME = amiberry-android-sdl1-dev
|
||||
NAME = amiberry-android
|
||||
|
||||
#
|
||||
# SDL2 with DispmanX targets (RPI only)
|
||||
|
@ -153,7 +153,7 @@ USE_SDL2 = 1
|
|||
ANDROID = 1
|
||||
HAVE_NEON = 1
|
||||
HAVE_SDL_DISPLAY = 1
|
||||
NAME = amiberry-android-sdl2-dev
|
||||
NAME = amiberry-android
|
||||
endif
|
||||
|
||||
RM = rm -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue