Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2012-05-02 00:57:39 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-05-02 00:57:39 +0400
commite54a0039dc93535bd6518766fc29790aa627e250 (patch)
treea68f0f46f3840128fde4c15f088600670a579bfe /SConstruct
parentc6051ea87b21f408dbf70d6679500f9a655914e7 (diff)
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.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index b1603fd0397..46ce989e9c0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -805,6 +805,7 @@ if env['OURPLATFORM'] == 'win64-mingw':
dllsources.append('${LCGDIR}/sdl/lib/SDL.dll')
dllsources.append('${LCGDIR}/thumbhandler/lib/BlendThumb64.dll')
+ dllsources.append('${LCGDIR}/binaries/pthreadGC2-w64.dll')
dllsources.append('#source/icons/blender.exe.manifest')
windlls = env.Install(dir=env['BF_INSTALLDIR'], source = dllsources)