MINGW-packages/mingw-w64-gflags/0002-fix-static-libs.patch
2022-01-09 11:22:54 +05:30

12 lines
307 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -449,7 +449,7 @@
endif ()
# filename suffix for static libraries on Windows
if (OS_WINDOWS AND "^${TYPE}$" STREQUAL "^STATIC$")
- set (type_suffix "_${type}")
+ set (type_suffix "")
else ()
set (type_suffix "")
endif ()