diff options
-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", |