From e7095450e7e47a5b05238a70bd75ca836f4332ba Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Fri, 14 Oct 2011 17:54:37 +0000 Subject: OSX: commit the omp_set_simulation_threads applescript and copy-routines --- 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 2be464fc6fe..f54ab102415 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -592,6 +592,8 @@ def AppIt(target=None, source=None, env=None): commands.getoutput(cmd) cmd = 'install_name_tool -change %s/lib/libgcc_s.1.dylib @executable_path/lib/libgcc_s.1.dylib %s/%s.app/Contents/MacOS/%s'%(instname, installdir, binary, binary) commands.getoutput(cmd) + cmd = 'cp -R %s/source/darwin/set_simulation_threads.app %s/'%(bldroot, installdir) # the omp_num_threads applescript + 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