1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Revert "Fix linking with winpthread"

This reverts commit 50c728c791895d822b0f474a37dbdd609ba21337.
This commit is contained in:
Mathieu Schroeter 2018-06-08 07:47:39 +02:00
parent ce411bfd88
commit 33464784ed

View File

@ -103,7 +103,6 @@ if (MINGW)
# Remove cmd window when executing planetblupi
set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -mwindows")
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive")
endif (MINGW)
# Dependencies