restore previous rule as ARM32 problem is unrelated
This commit is contained in:
parent
c379ea73b0
commit
b688c5f529
|
@ -59,7 +59,7 @@ set(FU "")
|
|||
if (APPLE OR (MSVC AND NOT ${CMAKE_C_COMPILER_ID} MATCHES "Clang"))
|
||||
set(FU "_")
|
||||
endif()
|
||||
if(CMAKE_COMPILER_IS_GNUCC AND WIN32 AND NOT CROSS)
|
||||
if(WIN32 AND MINGW)
|
||||
set(FU "_")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue