From 8122041d65fc71d29639b348ba76045ed016dc63 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 6 Jul 2014 13:52:51 +0200 Subject: [PATCH] Install winpthreads DLL Install winpthreads DLL for inclusion in Win32/Win64 installer. Requires latest version of mingw-x-runtime packages (>=3.1.0). --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dd634387..b16348557 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -473,6 +473,7 @@ IF(LMMS_BUILD_WIN32) "${MINGW_PREFIX}/bin/libglib-2.0-0.dll" "${MINGW_PREFIX}/bin/libgthread-2.0-0.dll" "${MINGW_PREFIX}/bin/zlib1.dll" + "${MINGW_PREFIX}/${CMAKE_SYSTEM_PROCESSOR}-w64-mingw32/bin/libwinpthread-1.dll" DESTINATION .) ELSE(LMMS_BUILD_WIN32)