link-cplusplus icon indicating copy to clipboard operation
link-cplusplus copied to clipboard

Is .cpp_link_stdlib(None) needed in the build script?

Open alexeyr opened this issue 4 years ago • 0 comments

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?

alexeyr avatar Feb 03 '21 11:02 alexeyr