Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-mbedtls
/
add-winpthread-library.patch
blob: 8aefccfcea400310a99687985a93eb389988308e [
file
] [
log
] [
blame
] [
edit
]
---
a
/
library
/
CMakeLists
.
txt
+++
b
/
library
/
CMakeLists
.
txt
@@
-
119
,
7
+
119
,
7
@@
endif
(
CMAKE_COMPILER_IS_CLANG
)
if
(
WIN32
)
-
set
(
libs $
{
libs
}
ws2_32
)
+
set
(
libs $
{
libs
}
ws2_32 winpthread
)
endif
(
WIN32
)
if
(
$
{
CMAKE_SYSTEM_NAME
}
MATCHES
"Darwin"
)