mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
re-add gnu lib and tweak comment
This commit is contained in:
parent
9278a3ebd6
commit
31e22c60b3
@ -230,8 +230,11 @@ fn make_win_dist(
|
|||||||
"libiconv.a",
|
"libiconv.a",
|
||||||
"libmoldname.a",
|
"libmoldname.a",
|
||||||
"libpthread.a",
|
"libpthread.a",
|
||||||
//Windows import libs
|
// Windows import libs
|
||||||
//This should contain only the set of libraries necessary to link the standard library.
|
// This *should* contain only the set of libraries necessary to link the standard library,
|
||||||
|
// however we've had problems with people accidentally depending on extra libs being here,
|
||||||
|
// so we can't easily remove entries.
|
||||||
|
"libadvapi32.a",
|
||||||
"libbcrypt.a",
|
"libbcrypt.a",
|
||||||
"libcomctl32.a",
|
"libcomctl32.a",
|
||||||
"libcomdlg32.a",
|
"libcomdlg32.a",
|
||||||
|
Loading…
Reference in New Issue
Block a user