Browse Source

add leading underscore for all mingw

pull/2165/head
Martin Kroeker GitHub 6 years ago
parent
commit
96ef7afa49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake/prebuild.cmake

+ 1
- 1
cmake/prebuild.cmake View File

@@ -59,7 +59,7 @@ set(FU "")
if (APPLE OR (MSVC AND NOT ${CMAKE_C_COMPILER_ID} MATCHES "Clang"))
set(FU "_")
endif()
if(WIN32 AND MINGW)
if(MINGW)
set(FU "_")
endif()



Loading…
Cancel
Save