diff options
| author | Steven Malis <smmalis37@gmail.com> | 2025-03-08 10:55:47 -0500 |
|---|---|---|
| committer | Steven Malis <smmalis37@gmail.com> | 2025-03-08 10:55:47 -0500 |
| commit | 9278a3ebd6117b29e5c982bc5bb80d31dd353a1a (patch) | |
| tree | e11f50b9950558c3931050bcbf35453f33e3404f /src/bootstrap | |
| parent | 79b43dfde9dd1e3bed3c6ef7e9cfc708422f671f (diff) | |
| download | rust-9278a3ebd6117b29e5c982bc5bb80d31dd353a1a.tar.gz rust-9278a3ebd6117b29e5c982bc5bb80d31dd353a1a.zip | |
Don't link against advapi32, except on win7.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/dist.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/dist.rs b/src/bootstrap/src/core/build_steps/dist.rs index 0296346009f..63deaf7f535 100644 --- a/src/bootstrap/src/core/build_steps/dist.rs +++ b/src/bootstrap/src/core/build_steps/dist.rs @@ -232,7 +232,6 @@ fn make_win_dist( "libpthread.a", //Windows import libs //This should contain only the set of libraries necessary to link the standard library. - "libadvapi32.a", "libbcrypt.a", "libcomctl32.a", "libcomdlg32.a", |
