fix: correct redox-ioctl patch path in Cargo.toml
The [patch] section pointed to ../../relibc/source/redox-ioctl which doesn't exist. Fixed to ../relibc/redox-ioctl matching the main dependency path at line 114.
This commit is contained in:
+1
-1
@@ -153,4 +153,4 @@ libredox = { path = "../libredox" }
|
||||
redox-scheme = { path = "../redox-scheme" }
|
||||
|
||||
[patch."https://gitlab.redox-os.org/redox-os/relibc.git"]
|
||||
redox-ioctl = { path = "../../relibc/source/redox-ioctl" }
|
||||
redox-ioctl = { path = "../relibc/redox-ioctl" }
|
||||
|
||||
Reference in New Issue
Block a user