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.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user