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
This commit is contained in:
parent
9b1d13db73
commit
b912349c03
|
@ -82,6 +82,7 @@ var (
|
|||
"imagehlp",
|
||||
"ole32",
|
||||
"psapi",
|
||||
"pthread",
|
||||
"userenv",
|
||||
"uuid",
|
||||
"ws2_32",
|
||||
|
|
Loading…
Reference in New Issue