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.77k stars 427 forks source link

fix: emscripten build on windows #1054

Closed atty303 closed 2 months ago

atty303 commented 2 months ago

Since family detection is performed for cmd.exe, it recognizes msvc instead of clang and passes the wrong compilation options (-nologo).

NobodyXu commented 2 months ago

cc @thomcc Could you review this please?