Commit 3733b589 authored by Chris Renshaw's avatar Chris Renshaw Committed by John Wu

native: fix slower build on non-Windows platforms

parent 6a2e781d
...@@ -17,6 +17,8 @@ endif ...@@ -17,6 +17,8 @@ endif
# Busybox require some additional settings # Busybox require some additional settings
ifdef B_BB ifdef B_BB
ifeq ($(OS),Windows_NT)
APP_SHORT_COMMANDS := true APP_SHORT_COMMANDS := true
endif
APP_PLATFORM := android-21 APP_PLATFORM := android-21
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment