native: fix slower build on non-Windows platforms

This commit is contained in:
Chris Renshaw 2020-05-08 06:30:32 -03:00 committed by John Wu
parent 6a2e781db2
commit 3733b589ac
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ endif
# Busybox require some additional settings
ifdef B_BB
ifeq ($(OS),Windows_NT)
APP_SHORT_COMMANDS := true
endif
APP_PLATFORM := android-21
endif