mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 02:55:33 +00:00
Fix build script
This commit is contained in:
parent
f61827cbec
commit
6f2c76b898
2
build.py
2
build.py
@ -86,7 +86,7 @@ ndk_build = ndk_path / "ndk-build"
|
|||||||
rust_bin = ndk_path / "toolchains" / "rust" / "bin"
|
rust_bin = ndk_path / "toolchains" / "rust" / "bin"
|
||||||
llvm_bin = ndk_path / "toolchains" / "llvm" / "prebuilt" / f"{os_name}-x86_64" / "bin"
|
llvm_bin = ndk_path / "toolchains" / "llvm" / "prebuilt" / f"{os_name}-x86_64" / "bin"
|
||||||
cargo = rust_bin / f"cargo{EXE_EXT}"
|
cargo = rust_bin / f"cargo{EXE_EXT}"
|
||||||
gradlew = Path("gradlew" + (".bat" if is_windows else ""))
|
gradlew = Path("gradlew" + (".bat" if is_windows else "")).resolve()
|
||||||
adb_path = sdk_path / "platform-tools" / f"adb{EXE_EXT}"
|
adb_path = sdk_path / "platform-tools" / f"adb{EXE_EXT}"
|
||||||
native_gen_path = Path("native", "out", "generated").resolve()
|
native_gen_path = Path("native", "out", "generated").resolve()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user