Fix build on Windows

This commit is contained in:
vvb2060 2020-01-23 19:59:10 +08:00 committed by John Wu
parent 88920e0546
commit b90c65370e
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ endif
# Busybox require some additional settings
ifdef B_BB
APP_SHORT_COMMANDS := true
APP_PLATFORM := android-21
endif