mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 18:20:21 +00:00
Use separate flags for 64-bit
This commit is contained in:
@@ -10,8 +10,8 @@ ifdef MAGISK_DEBUG
|
||||
APP_CFLAGS += -D__MDBG
|
||||
endif
|
||||
|
||||
# Build 64 bit binaries for magisk
|
||||
ifdef B_MAGISK
|
||||
# Build 64 bit binaries
|
||||
ifdef B_64BIT
|
||||
APP_ABI += arm64-v8a x86_64
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user