Skip to content

Commit 9c18aa0

Browse files
committed
fix(build): python command reference in cargo configuration
1 parent d8a9a12 commit 9c18aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cargo {
2727
module = "./rust" // Or whatever directory contains your Cargo.toml
2828
libname = "zygiskloader" // Or whatever matches Cargo.toml's [package] name.
2929
targets = ["arm", "arm64", "x86", "x86_64"] // See bellow for a longer list of options
30+
pythonCommand = "python3"
3031
}
3132

3233

0 commit comments

Comments
 (0)