Skip to content

Commit baea60b

Browse files
authored
Rollup merge of rust-lang#49125 - NovemberZulu:master, r=alexcrichton
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
2 parents 73846dc + 1e73c1d commit baea60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/dist.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ fn make_win_dist(
221221
"libsecur32.a",
222222
"libsetupapi.a",
223223
"libshell32.a",
224+
"libsynchronization.a",
224225
"libuser32.a",
225226
"libuserenv.a",
226227
"libuuid.a",

0 commit comments

Comments
 (0)