You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fix init rust code setup
This commit is contained in:
@@ -12,4 +12,4 @@ cxx-gen = { path = "../external/cxx-rs/gen/lib" }
|
||||
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
cxx = "1.0.69"
|
||||
cxx = { path = "../external/cxx-rs" }
|
||||
|
||||
Reference in New Issue
Block a user