Fix for compilation error when using scons and carve is disabled

This commit is contained in:
Sergey Sharybin 2012-01-23 08:48:52 +00:00
parent be69b8b4fd
commit d2f8be9aa2

@ -8,6 +8,7 @@ incs += ' ../../source/blender/blenlib'
defs = []
if not env['WITH_BF_CARVE']:
import os
sources = env.Glob('intern/*.cpp')
sources.remove('intern' + os.sep + 'BOP_CarveInterface.cpp')
else: