Skip to content

Commit d1c272e

Browse files
Switch to my libc fork so it will build on musl
1 parent 5500334 commit d1c272e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ intaglio = "1.10.0"
1919
bitflags = "1.2.0"
2020
crossbeam-channel = "0.5"
2121
env_logger = "0.9.0"
22-
libc = ">=0.2.39"
22+
libc = { git = "https://github.com/frc4533-lincoln/libc.git", branch = "main" }
2323
log = "0.4.0"
2424
nix = { version = "0.24.1", features = ["poll"] }
2525
pw = { package = "pipewire", version = "0.8.0", optional = true }

0 commit comments

Comments
 (0)