mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
more build fixes.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#![cfg(all(windows, feature = "windows_appcontainer_command_ext"))]
|
||||
#![cfg(all(
|
||||
windows,
|
||||
feature = "windows_appcontainer_command_ext",
|
||||
feature = "windows_appcontainer_command_ext_raw_attribute",
|
||||
))]
|
||||
|
||||
use codex_core::protocol::SandboxPolicy;
|
||||
use codex_core::spawn::StdioPolicy;
|
||||
|
||||
Reference in New Issue
Block a user