]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #86740 - 1000teslas:issue-71519-fix, r=petrochenkov
authorYuki Okushi <jtitor@2k36.org>
Wed, 30 Jun 2021 20:20:59 +0000 (05:20 +0900)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 20:20:59 +0000 (05:20 +0900)
copy rust-lld as ld in dist

Fixes bug in https://github.com/rust-lang/rust/pull/85961. Linking seems to work for pure Rust projects, but not when a C library needs to be dynamically linked.


Trivial merge