Skip to content

Commit 30f7f32

Browse files
authored
Merge pull request rust-skia#1137 from slint-ui/simon/ccrs-fix
Fix build with Yocto and latest cc crate
2 parents 574254b + 67b564b commit 30f7f32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

skia-bindings/build_support/skia_bindgen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ pub fn generate_bindings(
250250
// environment, for example when targeting the ios simulator.
251251
if override_target {
252252
cc_args.push(format!("--target={target_str}"));
253-
} else {
254-
cc_build.target(target_str);
255253
}
256254
bindgen_args.push(format!("--target={target_str}"));
257255
}

0 commit comments

Comments
 (0)