aboutsummaryrefslogtreecommitdiffstats
path: root/cc/config/x86_windows_host.go
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2016-09-20 14:49:33 -0700
committerKenny Root <kroot@google.com>2016-09-20 14:49:33 -0700
commitb912349c03ed52ed39b81b8b66b4a7e1b7d6aa90 (patch)
tree7526ec9b5410cb15dc480a53e71957139678ed1e /cc/config/x86_windows_host.go
parent9b1d13db73bc5ea0c6df385202b3f47867ecbf31 (diff)
downloadbuild_soong-b912349c03ed52ed39b81b8b66b4a7e1b7d6aa90.tar.gz
build_soong-b912349c03ed52ed39b81b8b66b4a7e1b7d6aa90.tar.bz2
build_soong-b912349c03ed52ed39b81b8b66b4a7e1b7d6aa90.zip
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
Diffstat (limited to 'cc/config/x86_windows_host.go')
-rw-r--r--cc/config/x86_windows_host.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go
index 125d02d8..79c9e36e 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",