fix(userutils): use local relibc fork for redox-rt
The upstream git redox-rt was pulling in a mismatched syscall/libredox ABI, causing getty/login to fail silently at runtime on redbear-mini. Use the local fork path like base/bootstrap already do.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ toml = "0.8.11"
|
||||
ioslice = "0.6"
|
||||
|
||||
[target.'cfg(target_os = "redox")'.dependencies]
|
||||
redox-rt = { git = "https://gitlab.redox-os.org/redox-os/relibc", default-features = false }
|
||||
redox-rt = { path = "../relibc/redox-rt", default-features = false }
|
||||
|
||||
[patch.crates-io]
|
||||
redox_syscall = { path = "../syscall" }
|
||||
|
||||
Reference in New Issue
Block a user