[Bf-blender-cvs] [7f4d585] master: SCons: Don't install SConscript into Cycles kernel folder

Sergey Sharybin noreply at git.blender.org
Fri May 22 13:00:39 CEST 2015


Commit: 7f4d5850fec772522729aff61d3695095fff0831
Author: Sergey Sharybin
Date:   Fri May 22 16:00:01 2015 +0500
Branches: master
https://developer.blender.org/rB7f4d5850fec772522729aff61d3695095fff0831

SCons: Don't install SConscript into Cycles kernel folder

===================================================================

M	SConstruct

===================================================================

diff --git a/SConstruct b/SConstruct
index a32fff9..e1ac00b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1030,6 +1030,7 @@ if env['OURPLATFORM']!='darwin':
             if '__pycache__' in source: source.remove('__pycache__')
             source.remove('kernel.cpp')
             source.remove('CMakeLists.txt')
+            source.remove('SConscript')
             source.remove('svm')
             source.remove('closure')
             source.remove('geom')




More information about the Bf-blender-cvs mailing list