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:
Diffstat (limited to 'release/windows')
-rwxr-xr-xrelease/windows/specific.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/windows/specific.sh b/release/windows/specific.sh
index e5745ce85ea..cb3706a84e5 100755
--- a/release/windows/specific.sh
+++ b/release/windows/specific.sh
@@ -60,6 +60,9 @@ PVERS=`echo $NAN_PYTHON_VERSION | sed 's/\.//'`
cp -f $NAN_PYTHON/lib/python$PVERS.dll $DISTDIR/python$PVERS.dll
chmod +x $DISTDIR/python$PVERS.dll
+#Add pthreads dll to package
+cp -f $NAN_PTHREADS/lib/pthreadGC2.dll $DISTDIR/pthreadGC2.dll
+
# Add fmod DLL to package
# cp -f $NAN_FMOD/lib/fmod.dll $DISTDIR/fmod.dll
# chmod +x $DISTDIR/fmod.dll