Skip to content

Commit

Permalink
Update crates/xtask/src/codegen.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Brown <[email protected]>
  • Loading branch information
rahulchaphalkar and abrown committed May 22, 2024
1 parent 81b6293 commit 49463ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/xtask/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl CodegenCommand {
let function_bindings = Self::generate_function_bindings(&header_file)?;

// Runtime linking doesn't work yet with variadic args (...), so we need to convert them
// to a fixed pair of args (property_key, property_value)for a few select functions.
// to a fixed pair of args (property_key, property_value) for a few select functions.
// This is a workaround until the runtime linking is updated to support variadic args.
let functions_to_modify = vec!["ov_core_set_property", "ov_compiled_model_set_property"];
let mut function_bindings_string = function_bindings.to_string();
Expand Down

0 comments on commit 49463ea

Please sign in to comment.