diff --git a/intern/boolop/SConscript b/intern/boolop/SConscript index 0efed532cb9..1c8c912614d 100644 --- a/intern/boolop/SConscript +++ b/intern/boolop/SConscript @@ -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: