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:
authorThomas Dinges <blender@dingto.org>2013-04-11 19:33:04 +0400
committerThomas Dinges <blender@dingto.org>2013-04-11 19:33:04 +0400
commite8358632547938496de0ac65c7db4e0b59939e85 (patch)
treeaa6149867935f58f146104f780a71171dcd30e2f /source/blender/modifiers/SConscript
parent38cf856ea938b1769916d368d007073c842fdd22 (diff)
And another compile fix for Windows / scons for r55946.
Diffstat (limited to 'source/blender/modifiers/SConscript')
-rw-r--r--source/blender/modifiers/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript
index 679109079c2..92e859a6236 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -71,6 +71,9 @@ if env['WITH_BF_GAMEENGINE']:
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
+
+if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
+ incs.append(env['BF_PTHREADS_INC'])
env.BlenderLib(libname='bf_modifiers', sources=sources,
includes=incs, defines=defs,