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:
authorCampbell Barton <ideasman42@gmail.com>2009-09-25 06:40:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-25 06:40:10 +0400
commit314d460eb87ec6f383358e0dbb77e9fdf5c99f23 (patch)
treedbad3bfa62dc321298218c3de15e666ff65d7950 /source/blender/SConscript
parentb4f235adc0a61a74b753db4704af0c02229eb856 (diff)
options WITH_LZO and WITH_LZMA for cmake and scons (default to true) pointcache.c also needed to have checks for these defines.
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index af2c81a3b45..3625678f610 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -18,7 +18,7 @@ SConscript(['avi/SConscript',
'nodes/SConscript',
'ikplugin/SConscript',
'windowmanager/SConscript',
- 'blenfont/SConscript'])
+ 'blenfont/SConscript'])