google / shaderc-rs

Rust bindings for the shaderc library.
https://docs.rs/shaderc
Apache License 2.0
261 stars 64 forks source link

Can't build a lib for Windows with MT_StaticRelease #139

Open star69rem opened 11 months ago

star69rem commented 11 months ago

Librashader has a shaderc dependency, and regardless of which flags I pass it, I always get dynamicrelease and not static. Any ideas?

3>>>> librashader.lib(wrapper.o) has value MT_StaticRelease 3>>>> librashader.lib(shaderc.obj) has value MD_DynamicRelease