mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
4 lines
173 B
Rust
4 lines
173 B
Rust
// TODO(mbolin): Open this up to more OS's once the Bash DotSlash file includes other platforms.
|
|
#[cfg(all(target_os = "macos", target_arch = "aarch64"))]
|
|
mod auto_approve;
|