[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43629] trunk/blender/intern/boolop/ SConscript: Fix for compilation error when using scons and carve is disabled

Sergey Sharybin sergey.vfx at gmail.com
Mon Jan 23 09:49:07 CET 2012


Revision: 43629
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43629
Author:   nazgul
Date:     2012-01-23 08:48:52 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
Fix for compilation error when using scons and carve is disabled

Modified Paths:
--------------
    trunk/blender/intern/boolop/SConscript

Modified: trunk/blender/intern/boolop/SConscript
===================================================================
--- trunk/blender/intern/boolop/SConscript	2012-01-23 03:13:55 UTC (rev 43628)
+++ trunk/blender/intern/boolop/SConscript	2012-01-23 08:48:52 UTC (rev 43629)
@@ -8,6 +8,7 @@
 defs = []
 
 if not env['WITH_BF_CARVE']:
+    import os
     sources = env.Glob('intern/*.cpp')
     sources.remove('intern' + os.sep + 'BOP_CarveInterface.cpp')
 else:




More information about the Bf-blender-cvs mailing list