link-cplusplus
link-cplusplus copied to clipboard
Is .cpp_link_stdlib(None) needed in the build script?
I learned about this crate from cxx's build script, which has .cpp_link_stdlib(None) // linked via link-cplusplus crate, but the documentation doesn't mention setting this. Is it necessary/useful? Or will cc-rs' default value be overridden anyway?