about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteven Malis <smmalis37@gmail.com>2025-03-08 11:56:41 -0500
committerGitHub <noreply@github.com>2025-03-08 11:56:41 -0500
commit31e22c60b34b4e262e327b8dc448281f0fea9e9d (patch)
tree9ff87ffc35b592af4b2bcdd3143e7769952a1f93
parent9278a3ebd6117b29e5c982bc5bb80d31dd353a1a (diff)
downloadrust-31e22c60b34b4e262e327b8dc448281f0fea9e9d.tar.gz
rust-31e22c60b34b4e262e327b8dc448281f0fea9e9d.zip
re-add gnu lib and tweak comment
-rw-r--r--src/bootstrap/src/core/build_steps/dist.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/build_steps/dist.rs b/src/bootstrap/src/core/build_steps/dist.rs
index 63deaf7f535..ec0edeab996 100644
--- a/src/bootstrap/src/core/build_steps/dist.rs
+++ b/src/bootstrap/src/core/build_steps/dist.rs
@@ -230,8 +230,11 @@ fn make_win_dist(
         "libiconv.a",
         "libmoldname.a",
         "libpthread.a",
-        //Windows import libs
-        //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,
+        // 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",