re-add gnu lib and tweak comment

This commit is contained in:
Steven Malis 2025-03-08 11:56:41 -05:00 committed by GitHub
parent 9278a3ebd6
commit 31e22c60b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,10 @@ fn make_win_dist(
"libmoldname.a",
"libpthread.a",
// 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",
"libcomctl32.a",
"libcomdlg32.a",