Commit: aeba0160b5c7ee51a9e1824ad57741379a81199a
Author: Sergey Sharybin
Date:   Fri Jun 19 21:26:47 2015 +0200
Branches: blender-v2.75-release
https://developer.blender.org/rBaeba0160b5c7ee51a9e1824ad57741379a81199a

SCons: Fix missing file in kernel when building on OSX

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

M       build_files/scons/tools/Blender.py

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

diff --git a/build_files/scons/tools/Blender.py 
b/build_files/scons/tools/Blender.py
index 17b812b..0ed83d5 100644
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -764,7 +764,7 @@ def AppIt(target=None, source=None, env=None):
             commands.getoutput(cmd)
             cmd = 'cp -R %s/kernel/*.h %s/kernel/*.cl %s/kernel/*.cu 
%s/kernel/' % (croot, croot, croot, cinstalldir)
             commands.getoutput(cmd)
-            cmd = 'cp -R %s/kernel/svm %s/kernel/closure %s/kernel/geom 
%s/kernel/split %s/kernel/kernels %s/util/util_color.h %s/util/util_half.h 
%s/util/util_math.h %s/util/util_math_fast.h %s/util/util_transform.h 
%s/util/util_types.h %s/kernel/' % (croot, croot, croot, croot, croot, croot, 
croot, croot, croot, croot, croot, cinstalldir)
+            cmd = 'cp -R %s/kernel/svm %s/kernel/closure %s/kernel/geom 
%s/kernel/split %s/kernel/kernels %s/util/util_color.h %s/util/util_half.h 
%s/util/util_math.h %s/util/util_math_fast.h %s/util/util_transform.h 
%s/util/util_types.h %s/util/util_atomic.h %s/kernel/' % (croot, croot, croot, 
croot, croot, croot, croot, croot, croot, croot, croot, croot, cinstalldir)
             commands.getoutput(cmd)
             cmd = 'cp -R %s/../intern/cycles/kernel/*.cubin %s/lib/' % 
(builddir, cinstalldir)
             commands.getoutput(cmd)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to