From e54a0039dc93535bd6518766fc29790aa627e250 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 1 May 2012 20:57:39 +0000 Subject: Add pthread dll for MinGW64 during installation. Now people who download from buildbot will be able to run the build even without MinGW-w64 installed. --- source/creator/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 9168b634250..f4c3964ab83 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -566,6 +566,11 @@ elseif(WIN32) FILES ${LIBDIR}/pthreads/lib/pthreadGC2.dll DESTINATION ${TARGETDIR} ) + elseif(WITH_MINGW64) + install( + FILES ${LIBDIR}/binaries/pthreadGC2-w64.dll + DESTINATION ${TARGETDIR} + ) endif() endif() -- cgit v1.2.3