Skip to content

Commit

Permalink
Rollup merge of rust-lang#49125 - NovemberZulu:master, r=alexcrichton
Browse files Browse the repository at this point in the history
rustbuild: Ship libsynchronization

Hot on the heels of rust-lang#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
  • Loading branch information
kennytm committed Mar 19, 2018
2 parents 73846dc + 1e73c1d commit baea60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ fn make_win_dist(
"libsecur32.a",
"libsetupapi.a",
"libshell32.a",
"libsynchronization.a",
"libuser32.a",
"libuserenv.a",
"libuuid.a",
Expand Down

0 comments on commit baea60b

Please sign in to comment.