mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Hack to allow toolchains to pass flags to mingw
This commit is contained in:
parent
9c848ceae7
commit
a31d6bb9fb
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ else()
|
|||
endif()
|
||||
if(MINGW)
|
||||
set(WARNINGS "${WARNINGS} -Wno-error=unused-value -Wno-error=unused-but-set-variable")
|
||||
set(MINGW_FLAG "-DWIN32_LEAN_AND_MEAN")
|
||||
set(MINGW_FLAG "${MINGW_FLAG} -DWIN32_LEAN_AND_MEAN")
|
||||
include_directories(SYSTEM src/platform/mingw)
|
||||
else()
|
||||
set(MINGW_FLAG "")
|
||||
|
|
Loading…
Reference in a new issue