From 0eefcf0f1fb03977440df0969ff093d310d9469e Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Fri, 11 Feb 2022 13:42:28 +0100 Subject: [PATCH] Revert "Add winpthread back again" This reverts commit 69e7df11d58bb7b00f8a0dfe74da3df984b23ea2. --- angelscript/projects/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angelscript/projects/cmake/CMakeLists.txt b/angelscript/projects/cmake/CMakeLists.txt index fabffa6..0e598ae 100644 --- a/angelscript/projects/cmake/CMakeLists.txt +++ b/angelscript/projects/cmake/CMakeLists.txt @@ -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)