codex: fix CI failure on PR #16806

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-04-04 23:33:32 -07:00
parent 3f5396286c
commit 691c95a4d2

View File

@@ -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)
}