We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9278a3e commit 31e22c6Copy full SHA for 31e22c6
src/bootstrap/src/core/build_steps/dist.rs
@@ -230,8 +230,11 @@ fn make_win_dist(
230
"libiconv.a",
231
"libmoldname.a",
232
"libpthread.a",
233
- //Windows import libs
234
- //This should contain only the set of libraries necessary to link the standard library.
+ // Windows import libs
+ // This *should* contain only the set of libraries necessary to link the standard library,
235
+ // however we've had problems with people accidentally depending on extra libs being here,
236
+ // so we can't easily remove entries.
237
+ "libadvapi32.a",
238
"libbcrypt.a",
239
"libcomctl32.a",
240
"libcomdlg32.a",
0 commit comments