mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-03-29 10:52:25 +00:00
Fix build script
This commit is contained in:
parent
2bcf2e76f1
commit
2e77a426b2
1
build.py
1
build.py
@ -239,6 +239,7 @@ def run_ndk_build(flags):
|
|||||||
def run_cargo_build(args):
|
def run_cargo_build(args):
|
||||||
os.chdir(op.join("native", "src"))
|
os.chdir(op.join("native", "src"))
|
||||||
native_out = op.join("..", "out")
|
native_out = op.join("..", "out")
|
||||||
|
mkdir(native_out)
|
||||||
|
|
||||||
targets = set(args.target) & set(rust_targets)
|
targets = set(args.target) & set(rust_targets)
|
||||||
if "resetprop" in args.target:
|
if "resetprop" in args.target:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user