mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
Fix android-mips build
This commit is contained in:
parent
83695edb04
commit
ed78c8e83b
@ -14,8 +14,8 @@ endif
|
||||
ifeq (${NDK_ARCH},mips)
|
||||
# mips
|
||||
ARCH2=mipsel
|
||||
RANLIB=${ARCH2}-linux-androideabi-ranlib
|
||||
CC_AR=${ARCH2}-linux-androideabi-ar -r ${LIBAR}
|
||||
RANLIB=${ARCH2}-linux-android-ranlib
|
||||
CC_AR=${ARCH2}-linux-android-ar -r ${LIBAR}
|
||||
endif
|
||||
|
||||
ifeq (${NDK_ARCH},mips64)
|
||||
|
Loading…
Reference in New Issue
Block a user