rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.86k stars 445 forks source link

Fix set_blocking #975

Closed NobodyXu closed 8 months ago

NobodyXu commented 8 months ago

@chen-hongzhi Thank you so much, can you try this patch please?

chen-hongzhi commented 8 months ago

It compiles successfully now. 😊

ohsayan commented 8 months ago

@NobodyXu confirming that this change indeed fixes the build (tested with rust-lang/cc-rs@46eedd0).