mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix: Fix build process-hardening build on NetBSD (#7238)
This fixes the build of codex on NetBSD.
This commit is contained in:
@@ -29,6 +29,7 @@ const PTRACE_DENY_ATTACH_FAILED_EXIT_CODE: i32 = 6;
|
||||
target_os = "android",
|
||||
target_os = "macos",
|
||||
target_os = "freebsd",
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd"
|
||||
))]
|
||||
const SET_RLIMIT_CORE_FAILED_EXIT_CODE: i32 = 7;
|
||||
|
||||
Reference in New Issue
Block a user