aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/expat/mingw_static_fix.patch
blob: b02634e8629b9dc73fc50bafbb64970e821eb97d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -459,7 +459,7 @@ if(NOT WIN32)
     endif()
 endif()
 
-if(MINGW)
+if(MINGW AND EXPAT_SHARED_LIBS)
     set_target_properties(expat PROPERTIES SUFFIX "-${LIBCURRENT_MINUS_AGE}.dll")
 endif()