mirror of
https://github.com/openai/codex.git
synced 2026-04-23 22:24:57 +00:00
codex: fix CI failure on PR #16806
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/build.rs b/build.rs
|
||||
index 8578e92..7837fbf 100644
|
||||
index 8578e9220a..bd5c9ba382 100644
|
||||
--- a/build.rs
|
||||
+++ b/build.rs
|
||||
@@ -1,10 +1,14 @@
|
||||
@@ -218,7 +218,7 @@ index 8578e92..7837fbf 100644
|
||||
let mut builder = bindgen::Builder::default()
|
||||
.header("src/wrapper.hpp")
|
||||
.clang_args(&["-x", "c++", "-std=c++17", "-fparse-all-comments"])
|
||||
@@ -461,3 +611,123 @@ fn determine_objcopy_path() -> Result<PathBuf> {
|
||||
@@ -461,3 +611,180 @@ fn determine_objcopy_path() -> Result<PathBuf> {
|
||||
|
||||
Ok(objcopy)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user