mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user