Skip to content

Commit a2289da

Browse files
authored
Rollup merge of rust-lang#49055 - alexcrichton:ship-more-libs, r=nikomatsakis
rustbuild: Add more MinGW libraries to ship Closes rust-lang#49044
2 parents b724c69 + 3304c76 commit a2289da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/bootstrap/dist.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,18 +203,22 @@ fn make_win_dist(
203203
"libbcrypt.a",
204204
"libcomctl32.a",
205205
"libcomdlg32.a",
206+
"libcredui.a",
206207
"libcrypt32.a",
208+
"libdbghelp.a",
207209
"libgdi32.a",
208210
"libimagehlp.a",
209211
"libiphlpapi.a",
210212
"libkernel32.a",
213+
"libmsimg32.a",
211214
"libmsvcrt.a",
212215
"libodbc32.a",
213216
"libole32.a",
214217
"liboleaut32.a",
215218
"libopengl32.a",
216219
"libpsapi.a",
217220
"librpcrt4.a",
221+
"libsecur32.a",
218222
"libsetupapi.a",
219223
"libshell32.a",
220224
"libuser32.a",
@@ -225,8 +229,6 @@ fn make_win_dist(
225229
"libwinspool.a",
226230
"libws2_32.a",
227231
"libwsock32.a",
228-
"libdbghelp.a",
229-
"libmsimg32.a",
230232
];
231233

232234
//Find mingw artifacts we want to bundle

0 commit comments

Comments
 (0)