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-11-05 19:23:09 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-11-05 19:23:09 +0400
commit8d0b2bc17f141367a5fe5570b8e344369aded585 (patch)
tree0fdbcc2e03df7b952ab6d3ff6eeebd4469e43157 /source/gameengine/Ketsji/SConscript
parentb2f837896d56df26c3d2b8bfd5596010c0f26ccf (diff)
Compile fixes for recent boost changes
Diffstat (limited to 'source/gameengine/Ketsji/SConscript')
-rw-r--r--source/gameengine/Ketsji/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/SConscript b/source/gameengine/Ketsji/SConscript
index 5fdf250006f..88689a5a736 100644
--- a/source/gameengine/Ketsji/SConscript
+++ b/source/gameengine/Ketsji/SConscript
@@ -24,6 +24,7 @@ incs += ' #extern/recastnavigation/Recast/Include #extern/recastnavigation/Detou
incs += ' ' + env['BF_BULLET_INC']
incs += ' ' + env['BF_OPENGL_INC']
+incs += ' ' + env['BF_BOOST_INC']
if env['WITH_BF_SDL']:
incs += ' ' + env['BF_SDL_INC']