From 29bc3d70246b6686cd7c9df5a2b6ab9d8e42c3b3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Jul 2012 10:38:22 +0000 Subject: fix for scons building with compositor --- source/blender/editors/space_node/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_node/SConscript') diff --git a/source/blender/editors/space_node/SConscript b/source/blender/editors/space_node/SConscript index 4c6e94484e4..7e311b1329d 100644 --- a/source/blender/editors/space_node/SConscript +++ b/source/blender/editors/space_node/SConscript @@ -25,4 +25,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', ' if env['WITH_BF_INTERNATIONAL']: defs.append('WITH_INTERNATIONAL') +if env['WITH_BF_COMPOSITOR']: + defs.append("WITH_COMPOSITOR") + env.BlenderLib ( 'bf_editors_space_node', sources, Split(incs), defs, libtype=['core'], priority=[55], compileflags=cf ) -- cgit v1.2.3