diff options
author | 2024-12-11 18:15:20 -0800 | |
---|---|---|
committer | 2024-12-11 18:15:20 -0800 | |
commit | 2aab4a59b99fdb77787ea6a25a155dce18d9e8f9 (patch) | |
tree | 243398b43098c91eaa88b2add1e0e6469e5115ca | |
parent | d7a0c8e42f9338319abfc7068558274f5b35d80a (diff) | |
parent | 857fd00d1511d42469a768960a82270cc09ada11 (diff) |
Merge "Allow Windows binaries to use bcrypt and dbghelp." into main
-rw-r--r-- | cc/config/x86_windows_host.go | 2 |
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", |