From 28e9058e7ad29844c111e02fd1b44c9fc57a9b1f Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Mon, 6 Apr 2015 19:12:23 +0200 Subject: OSX: add a license file for libiomp5 ( intel omp ) when compiled with --- build_files/scons/tools/Blender.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_files') diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index dbe1cafc14f..e751be3ebc5 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -816,6 +816,8 @@ def AppIt(target=None, source=None, env=None): instname = env['LCGDIR'][1:] # made libiomp5 part of blender libs cmd = 'ditto --arch %s %s/openmp/lib/libiomp5.dylib %s/%s.app/Contents/Resources/lib/'%(osxarch, instname, installdir, binary) # copy libiomp5 commands.getoutput(cmd) + cmd = 'cp %s/openmp/LICENSE.txt %s/LICENSE-libiomp5.txt'%(instname, installdir) # copy libiomp5 license + commands.getoutput(cmd) # extract copy system python, be sure to update other build systems # when making changes to the files that are copied. -- cgit v1.2.3