dtolnay / dtolnay/link-cplusplus
Is .cpp_link_stdlib(None) needed in the build script?
Open
- Dominant language
- Rust
- Stars
- 54
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I learned about this crate from cxx's build script, which [has](https://github.com/dtolnay/cxx/blob/4bce6df73c44f836a3771e0642be86e94deeed8c/build.rs#L9) `.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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.