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:
Diffstat (limited to 'source/blender/editors/io/SConscript')
-rw-r--r--source/blender/editors/io/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/io/SConscript b/source/blender/editors/io/SConscript
index 7046698e9d2..d012576637c 100644
--- a/source/blender/editors/io/SConscript
+++ b/source/blender/editors/io/SConscript
@@ -9,6 +9,6 @@ incs = '../include ../../blenfont ../../blenkernel ../../blenlib ../../blenloade
incs += '../../makesdna ../../makesrna ../../windowmanager ../../collada'
if env['WITH_BF_COLLADA']:
- defs += 'WITH_COLLADA'
+ defs += ['WITH_COLLADA']
env.BlenderLib ( 'bf_editor_io', sources, Split(incs), defines=defs, libtype=['core','player'], priority=[330,210] )