1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #2467 from IvanSavenko/build_fix

Build fix for beta
This commit is contained in:
Ivan Savenko
2023-08-03 16:24:37 +03:00
committed by GitHub

View File

@@ -279,6 +279,10 @@ if(MINGW OR MSVC)
endif(MSVC)
if(MINGW)
# Temporary (?) workaround for failing builds on MinGW CI due to bug in TBB
set(CMAKE_CXX_EXTENSIONS ON)
set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp bcrypt)
# Check for iconv (may be needed for Boost.Locale)