Skip to content

Commit 31e22c6

Browse files
authored
re-add gnu lib and tweak comment
1 parent 9278a3e commit 31e22c6

File tree

1 file changed

+5
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+5
-2
lines changed

src/bootstrap/src/core/build_steps/dist.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,11 @@ fn make_win_dist(
230230
"libiconv.a",
231231
"libmoldname.a",
232232
"libpthread.a",
233-
//Windows import libs
234-
//This should contain only the set of libraries necessary to link the standard library.
233+
// Windows import libs
234+
// 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",
235238
"libbcrypt.a",
236239
"libcomctl32.a",
237240
"libcomdlg32.a",

0 commit comments

Comments
 (0)