From 367de678895e7815c26a5668506b8ae24624742c Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Wed, 10 Apr 2013 15:22:39 +0000 Subject: OSX: remove the applescript and env var for omp_set_treads from plist --- build_files/scons/tools/Blender.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build_files/scons/tools') diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index 816287cdc73..6058ac04e62 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -693,10 +693,6 @@ 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 = 'rm -rf %s/set_simulation_threads.app'%(installdir) # first clear omp_num_threads applescript - commands.getoutput(cmd) - cmd = 'cp -R %s/release/darwin/set_simulation_threads.app %s/'%(bldroot, installdir) # copy 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