You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use cc crate to compile and link statically to a bundled C++ library inside of a build.rs file.
Please note that it will be important to mention that this is a build time crate.
Most likely we will dedicate a separate (last) chapter like "build_time.md"
That link is broken for me - did the crate change it's name to cc? It seems to refer to itself both as cc and cc-rs. I'm assuming this is the crate you are referring to
@hackertron unfortunately it already has a PR awaiting review (please note the "wip / claimed" label) but you ar welcome to chose any nonclaimed example or propose a new one!
Use cc crate to compile and link statically to a bundled C++ library inside of a build.rs file.
Please note that it will be important to mention that this is a build time crate.
Most likely we will dedicate a separate (last) chapter like "build_time.md"
cc #236
The text was updated successfully, but these errors were encountered: