From b912349c03ed52ed39b81b8b66b4a7e1b7d6aa90 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Tue, 20 Sep 2016 14:49:33 -0700 Subject: [PATCH] Add pthread to Windows allowed ldlibs The MinGW update now includes pthread. Test: update BoringSSL to use pthreads on Windows and compile Change-Id: Id85d9fd3e03a310e07e0093ca80cefaf10fe8930 --- cc/config/x86_windows_host.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go index 125d02d81..79c9e36e0 100644 --- a/cc/config/x86_windows_host.go +++ b/cc/config/x86_windows_host.go @@ -82,6 +82,7 @@ var ( "imagehlp", "ole32", "psapi", + "pthread", "userenv", "uuid", "ws2_32",