Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
larseggert and mxinden authored Dec 2, 2024
1 parent b0b3a94 commit 76e775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn clang_args() -> Vec<String> {
let mut flags: Vec<String> = std::fs::read_to_string(flags_path)
.expect("Failed to read extra-bindgen-flags file")
.split_whitespace()
.map(std::borrow::ToOwned::to_owned)
.to_owned()
.collect();

flags.push(String::from("-include"));
Expand Down

0 comments on commit 76e775d

Please sign in to comment.