commit | c603a7710d4a8e88163f81754b547852fe9fd42d | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Sat Oct 26 21:36:01 2024 +0100 |
committer | GitHub <noreply@github.com> | Sat Oct 26 20:36:01 2024 +0000 |
tree | 74961291a2fcf9859da31fafc3029ed27856bb03 | |
parent | 972ea316b6932604cceb847718831c9edc24c050 [diff] |
Add per-target link flags in the right place (#2963) Previously we were adding these early on in the link args. This was a bug - if some transitive dep foo has a linkopt of `-lbar`, the `-lbar` needs to be later in the link args list than `-lfoo`. Rather than arbitrarily adding them early on and hoping things work, this adds the args for each library just after we add a dependency on that library.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.