We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043eb9a commit 1a582b0Copy full SHA for 1a582b0
1 file changed
Makefile
@@ -221,13 +221,13 @@ else ifeq ($(platform), ios)
221
222
# Android
223
else ifeq ($(platform), android)
224
- TARGETLIB := $(TARGET_NAME)_libretro.so
+ TARGETLIB := $(TARGET_NAME)_libretro_android.so
225
TARGETOS=linux
226
fpic := -fPIC
227
SHARED := -shared -Wl,--version-script=src/osd/retro/link.T
228
- CC = $(ANDROID_NDK_ARM)/bin/arm-linux-androideabi-g++
+ CC = @$(ANDROID_NDK_ARM)/bin/arm-linux-androideabi-g++
229
AR = @$(ANDROID_NDK_ARM)/bin/arm-linux-androideabi-ar
230
- LD = $(ANDROID_NDK_ARM)/bin/arm-linux-androideabi-g++
+ LD = @$(ANDROID_NDK_ARM)/bin/arm-linux-androideabi-g++
231
232
FORCE_DRC_C_BACKEND = 1
233
0 commit comments