Patch libc via git recipe rather than local.

This commit is contained in:
4lDO2
2023-05-03 14:39:35 +02:00
parent 7e91f3f950
commit e75381fd1a
2 changed files with 3 additions and 2 deletions
Generated
+2 -1
View File
@@ -227,7 +227,8 @@ version = "0.1.0"
[[package]]
name = "libc"
version = "0.2.141"
version = "0.2.142"
source = "git+https://gitlab.redox-os.org/4lDO2/liblibc.git?branch=redox#549b684411c88d6ac34ed8f426520cc4ff401902"
[[package]]
name = "linux-raw-sys"
+1 -1
View File
@@ -60,4 +60,4 @@ panic = "abort"
panic = "abort"
[patch.crates-io]
libc = { path = "/home/me/Projects/libc" }
libc = { git = "https://gitlab.redox-os.org/4lDO2/liblibc.git", branch = "redox" }