diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index dfdd40c8e..0f500b6fb 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go @@ -100,7 +100,9 @@ var ( "imagehlp", "iphlpapi", "netapi32", + "oleaut32", "ole32", + "opengl32", "powrprof", "psapi", "pthread", @@ -108,6 +110,7 @@ var ( "uuid", "version", "ws2_32", + "windowscodecs", }, "-l") )