commit | 2aab4a59b99fdb77787ea6a25a155dce18d9e8f9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Dec 11 18:15:20 2024 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 11 18:15:20 2024 -0800 |
tree | 243398b43098c91eaa88b2add1e0e6469e5115ca | |
parent | d7a0c8e42f9338319abfc7068558274f5b35d80a [diff] | |
parent | 857fd00d1511d42469a768960a82270cc09ada11 [diff] |
Merge "Allow Windows binaries to use bcrypt and dbghelp." into main
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index a4d43b9..1f6cf23 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go
@@ -106,6 +106,8 @@ } windowsAvailableLibraries = addPrefix([]string{ + "bcrypt", + "dbghelp", "gdi32", "imagehlp", "iphlpapi",