mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-02 06:03:44 +02:00
Make all platforms build properly
This commit is contained in:
@@ -241,7 +241,6 @@ def clean_elf():
|
||||
def run_ndk_build(flags):
|
||||
os.chdir("native")
|
||||
flags = "NDK_PROJECT_PATH=. NDK_APPLICATION_MK=src/Application.mk " + flags
|
||||
cpu_count = 1
|
||||
proc = system(f"{ndk_build} {flags} -j{cpu_count}")
|
||||
if proc.returncode != 0:
|
||||
error("Build binary failed!")
|
||||
|
||||
Reference in New Issue
Block a user