Add winpthread back again
This commit is contained in:
parent
c58eb2d831
commit
69e7df11d5
|
@ -167,7 +167,7 @@ if (LINK_STD_STATICALLY)
|
|||
message(STATUS "Linking std libraries statically")
|
||||
set(as_LINKS -static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++)
|
||||
if (MSVC)
|
||||
set(as_LINKS "${as_LINKS}")
|
||||
set(as_LINKS "${as_LINKS} -Wl,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive")
|
||||
else()
|
||||
set(as_LINKS "${as_LINKS}")
|
||||
endif(MSVC)
|
||||
|
|
Loading…
Reference in New Issue