mingw_static_fix.patch 250 B

1234567891011
  1. --- a/expat/CMakeLists.txt
  2. +++ b/expat/CMakeLists.txt
  3. @@ -459,7 +459,7 @@ if(NOT WIN32)
  4. endif()
  5. endif()
  6. -if(MINGW)
  7. +if(MINGW AND EXPAT_SHARED_LIBS)
  8. set_target_properties(expat PROPERTIES SUFFIX "-${LIBCURRENT_MINUS_AGE}.dll")
  9. endif()