mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
Added workaround for mingw CI builds failing due to TBB bug
This commit is contained in:
parent
8444f128e2
commit
45cbc4d550
@ -279,6 +279,10 @@ if(MINGW OR MSVC)
|
|||||||
endif(MSVC)
|
endif(MSVC)
|
||||||
|
|
||||||
if(MINGW)
|
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)
|
set(SYSTEM_LIBS ${SYSTEM_LIBS} ole32 oleaut32 ws2_32 mswsock dbghelp bcrypt)
|
||||||
|
|
||||||
# Check for iconv (may be needed for Boost.Locale)
|
# Check for iconv (may be needed for Boost.Locale)
|
||||||
|
Loading…
Reference in New Issue
Block a user