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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-07-07 17:57:20 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-07-07 17:57:20 +0400
commit5e6abb8004ad8750bc99f092b79b2bc6922c27eb (patch)
treea8a591675463cf8153a75a2474b7a21386c37f56 /source/gameengine/GamePlayer
parent4d7449b3363d8154d7cddd7324f8b3355c4cb849 (diff)
Fix compile with scons, after thread commit in r38185
Diffstat (limited to 'source/gameengine/GamePlayer')
-rw-r--r--source/gameengine/GamePlayer/ghost/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/ghost/SConscript b/source/gameengine/GamePlayer/ghost/SConscript
index e3ffc1a406b..de063f5e297 100644
--- a/source/gameengine/GamePlayer/ghost/SConscript
+++ b/source/gameengine/GamePlayer/ghost/SConscript
@@ -40,6 +40,8 @@ incs = ['.',
'#source/blender/gpu',
'#extern/glew/include']
+incs.append(env['BF_PTHREADS_INC'])
+
defs = [ 'GLEW_STATIC' ]
if env['WITH_BF_PYTHON']: