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>2009-03-06 17:58:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2009-03-06 17:58:37 +0300
commitaeef01559ef1ded236475344e0be1d88028d7c24 (patch)
treec5ca4ab288a061d1a1e28de449967c690694788f /source/blender/editors/space_text/SConscript
parent3ecf8d3a9083264c271855efe6d148a9bb245bd2 (diff)
2.5 / SCons
* make sure we can still compile WITH_BF_PYTHON=0
Diffstat (limited to 'source/blender/editors/space_text/SConscript')
-rw-r--r--source/blender/editors/space_text/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/SConscript b/source/blender/editors/space_text/SConscript
index c35772becbc..3d5ccc318e1 100644
--- a/source/blender/editors/space_text/SConscript
+++ b/source/blender/editors/space_text/SConscript
@@ -10,4 +10,4 @@ incs += ' #/intern/bmfont ../../python ../../makesrna ../../blenfont'
if not env['WITH_BF_PYTHON']:
defs.append('DISABLE_PYTHON')
-env.BlenderLib ( 'bf_editors_space_text', sources, Split(incs), [], libtype=['core'], priority=[95] )
+env.BlenderLib ( 'bf_editors_space_text', sources, Split(incs), defs, libtype=['core'], priority=[95] )