Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent 32d5e3b commit d75fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aec-rs-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn main() {
.clang_arg(format!("-I{}", lib_dst.display()))
// Explicitly set target in case we are cross-compiling.
// See https://github.com/rust-lang/rust-bindgen/issues/1780 for context.
.clang_arg(format!("--target={}", clang_target))
// .clang_arg(format!("--target={}", clang_target))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.generate()
.expect("Failed to generate bindings");
Expand Down

0 comments on commit d75fae4

Please sign in to comment.