SCons: Don't install SConscript into Cycles kernel folder

This commit is contained in:
Sergey Sharybin 2015-05-22 16:00:01 +05:00
parent be6479c9ea
commit 7f4d5850fe
1 changed files with 1 additions and 0 deletions

View File

@ -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')