-
Notifications
You must be signed in to change notification settings - Fork 303
add "Compile and link statically to a bundled C library" example #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Note: The |
Sure! I can take a look at this tomorrow and setup a new |
jaemk
added a commit
to jaemk/rust-cookbook
that referenced
this issue
Sep 27, 2017
issue rust-lang-nursery#292 - Add new `buil_tools.md` file/section - Add a simple `cc` crate example
jaemk
added a commit
to jaemk/rust-cookbook
that referenced
this issue
Sep 27, 2017
issue rust-lang-nursery#292 - Add new `build_tools.md` file/section - Add a simple `cc` crate example
jaemk
added a commit
to jaemk/rust-cookbook
that referenced
this issue
Sep 27, 2017
issue rust-lang-nursery#292 - Add new `build_tools.md` file/section - Add a simple `cc` crate example
jaemk
added a commit
to jaemk/rust-cookbook
that referenced
this issue
Sep 27, 2017
issue rust-lang-nursery#292 - Add new `build_tools.md` file/section - Add a simple `cc` crate example
jaemk
added a commit
to jaemk/rust-cookbook
that referenced
this issue
Sep 28, 2017
issue rust-lang-nursery#292 - Add new `build_tools.md` file/section - Add a simple `cc` crate example
jaemk
added a commit
to jaemk/rust-cookbook
that referenced
this issue
Sep 28, 2017
issue rust-lang-nursery#292 - Add new `build_tools.md` file/section - Add a simple `cc` crate example
budziq
pushed a commit
that referenced
this issue
Sep 29, 2017
issue #292 - Add new `build_tools.md` file/section - Add a simple `cc` crate example
merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use cc-rs 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: