mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 10:05:41 -04:00
Initial community commit
This commit is contained in:
11
vcpkg-ports/expat/mingw_static_fix.patch
Normal file
11
vcpkg-ports/expat/mingw_static_fix.patch
Normal file
@ -0,0 +1,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()
|
||||
|
Reference in New Issue
Block a user