mirror of
https://github.com/openai/codex.git
synced 2026-05-28 15:00:16 +00:00
Switch realtime TUI to WebRTC transport
This commit is contained in:
5
codex-rs/cli/build.rs
Normal file
5
codex-rs/cli/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
if std::env::var("CARGO_CFG_TARGET_OS").as_deref() == Ok("macos") {
|
||||
println!("cargo:rustc-link-arg=-ObjC");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user