mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 15:54:59 +00:00
Build fixes
This commit is contained in:
parent
9986b6e464
commit
ef355145c1
@ -28,7 +28,8 @@ endif
|
||||
|
||||
MKPLUGINS=mk/stat.mk mk/sloc.mk
|
||||
|
||||
COMPILER=@USERCC@
|
||||
USERCC=@USERCC@
|
||||
COMPILER=$(shell basename ${USERCC})
|
||||
DEBUGGER=@DEBUGGER@
|
||||
|
||||
INSTALL_DIR=@INSTALL_DIR@
|
||||
|
@ -16,7 +16,7 @@ Darwin)
|
||||
esac
|
||||
|
||||
API=28
|
||||
[ -z "$1" ] && API="$1"
|
||||
[ -n "$1" ] && API="$1"
|
||||
|
||||
echo Downloading NDK $V...
|
||||
wget -c -q https://dl.google.com/android/repository/android-ndk-$V-$O-x86_64.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user