commit | e2c5ccb10f0168d4fe1855861534b2616849b519 | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Thu Feb 25 13:54:28 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Feb 25 13:54:28 2021 +0000 |
tree | ecec5ee82fb77d0820b0f23f6922ac5081123a0b | |
parent | a37adb7b43030133023633a214db273af4d4a3d1 [diff] |
Add -L but not -l to rlib compilations (#607) Build scripts may add -l flags to dependees, and without the relevant -L flags those -l flags may fail to resolve, causing build failures.
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.