rules_rust/bindgen/private
Daniel Wagner-Hall c603a7710d
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.
2024-10-26 20:36:01 +00:00
..
BUILD.bazel Include more cc_toolchain flags in RustBindgen actions (#2358) 2023-12-27 08:05:49 -08:00
bindgen.bzl Add per-target link flags in the right place (#2963) 2024-10-26 20:36:01 +00:00