corrosion-rs / corrosion

Marrying Rust and CMake - Easy Rust and C/C++ Integration!
https://corrosion-rs.github.io/corrosion/
MIT License
1.07k stars 103 forks source link

Fix _CORROSION_RUST_CARGO_TARGET_UNDERSCORE #475

Closed LeonMatthesKDAB closed 8 months ago

LeonMatthesKDAB commented 8 months ago

This variable didn't actually store an underscore value but used kebab-style, which couldn't be overwritten.

LeonMatthesKDAB commented 8 months ago

Extracted from #474

jschwe commented 8 months ago

thanks!