Add underscore only for mingw32
checking WIN32 is not sufficient
This commit is contained in:
parent
96ef7afa49
commit
9638c2df2c
|
@ -59,7 +59,7 @@ set(FU "")
|
|||
if (APPLE OR (MSVC AND NOT ${CMAKE_C_COMPILER_ID} MATCHES "Clang"))
|
||||
set(FU "_")
|
||||
endif()
|
||||
if(MINGW)
|
||||
if(MINGW AND NOT MINGW64)
|
||||
set(FU "_")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue