]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #49125 - NovemberZulu:master, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Mon, 19 Mar 2018 23:15:24 +0000 (07:15 +0800)
committerGitHub <noreply@github.com>
Mon, 19 Mar 2018 23:15:24 +0000 (07:15 +0800)
rustbuild: Ship libsynchronization

Hot on the heels of #49044 comes similar issue with libsynchronization. Discovered while building clippy:
```
<skipped>
Compiling serde_derive v1.0.33
error: linking with `gcc` failed: exit code: 1
<skipped>
  = note: ld: cannot find -lsynchronization
```

r? @nikomatsakis


Trivial merge