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:
authorMitchell Stokes <mogurijin@gmail.com>2013-07-20 05:15:36 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-07-20 05:15:36 +0400
commit81769b4f58b690799990db87eec217d0423a16e0 (patch)
tree07db1ee04c482048ad978f343fdc7be506a12270 /source/gameengine/GamePlayer/ghost
parente3c3a6e2c8a1532872b16308df42442b450667e4 (diff)
More build fixes for r58428.
Diffstat (limited to 'source/gameengine/GamePlayer/ghost')
-rw-r--r--source/gameengine/GamePlayer/ghost/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/ghost/SConscript b/source/gameengine/GamePlayer/ghost/SConscript
index 7420218ffbb..1b1d1fc1d91 100644
--- a/source/gameengine/GamePlayer/ghost/SConscript
+++ b/source/gameengine/GamePlayer/ghost/SConscript
@@ -71,6 +71,7 @@ incs = [
]
incs.append(env['BF_PTHREADS_INC'])
+incs.append(env['BF_BOOST_INC'])
defs = [
'GLEW_STATIC',