summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-12-11 18:15:20 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-11 18:15:20 -0800
commit2aab4a59b99fdb77787ea6a25a155dce18d9e8f9 (patch)
tree243398b43098c91eaa88b2add1e0e6469e5115ca
parentd7a0c8e42f9338319abfc7068558274f5b35d80a (diff)
parent857fd00d1511d42469a768960a82270cc09ada11 (diff)
Merge "Allow Windows binaries to use bcrypt and dbghelp." into main
-rw-r--r--cc/config/x86_windows_host.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go
index a4d43b996..1f6cf23a7 100644
--- a/cc/config/x86_windows_host.go
+++ b/cc/config/x86_windows_host.go
@@ -106,6 +106,8 @@ var (
}
windowsAvailableLibraries = addPrefix([]string{
+ "bcrypt",
+ "dbghelp",
"gdi32",
"imagehlp",
"iphlpapi",