blob: d10fb15bb2a62708cfa43d52e34aee7b9488f2c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- codex-rs/process-hardening/Cargo.toml.orig 2025-10-06 07:49:12 UTC
+++ codex-rs/process-hardening/Cargo.toml
@@ -19,3 +19,6 @@ libc = { workspace = true }
[target.'cfg(target_os = "macos")'.dependencies]
libc = { workspace = true }
+
+[target.'cfg(target_os = "freebsd")'.dependencies]
+libc = { workspace = true }
|