Revert "Add winpthread back again"

This reverts commit 69e7df11d5.
This commit is contained in:
Deukhoofd 2022-02-11 13:42:28 +01:00
parent 54efff6251
commit 0eefcf0f1f
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -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} -Wl,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive")
set(as_LINKS "${as_LINKS}")
else()
set(as_LINKS "${as_LINKS}")
endif(MSVC)