native: fix slower build on non-Windows platforms
This commit is contained in:
parent
6a2e781db2
commit
3733b589ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user