CMakeLists.txt: copy zlib1.dll into Windows package
The MinGW packages have changed such that zlib is an external library again (instead of built-in into QtCore), therefore we need to copy the according DLL into the Windows package.
This commit is contained in:
@@ -453,6 +453,7 @@ IF(LMMS_BUILD_WIN32)
|
||||
${MINGW_PREFIX}/bin/SDL.dll
|
||||
${MINGW_PREFIX}/bin/libglib-2.0-0.dll
|
||||
${MINGW_PREFIX}/bin/libgthread-2.0-0.dll
|
||||
${MINGW_PREFIX}/bin/zlib1.dll
|
||||
DESTINATION .)
|
||||
|
||||
ELSE(LMMS_BUILD_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user