Build fixes

This commit is contained in:
pancake 2021-12-16 23:26:19 +01:00
parent 9986b6e464
commit ef355145c1
2 changed files with 3 additions and 2 deletions

View File

@ -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@

View File

@ -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