Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-10-31 12:35:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-10-31 12:41:12 +0300
commit5e6d878318515ab777ebc218bb311c7c4e514647 (patch)
tree9ed7e974706ce575658a1a192dfbc90397c146b9 /build_files
parent625843d84dd939ab74f785dbf4dd5a693f3cdc47 (diff)
Revert "Scons/funstuff: notify when the binaries are compiled"
This reverts commit cdf53701599ace0b3410cbb75b0313bd969c417c. Please always keep build-systems simple, boring & functional, anyone who liked notification popups can write a simple build script.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/scons/tools/Blender.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index d8094c0cf8c..b5853b22455 100755
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -813,9 +813,6 @@ def AppIt(target=None, source=None, env=None):
commands.getoutput(cmd)
cmd = 'install_name_tool -change @loader_path/libiomp5.dylib @loader_path/../Resources/lib/libiomp5.dylib %s/%s.app/Contents/MacOS/%s'%(installdir, binary, binary) # change ref to libiomp5 ( blender )
commands.getoutput(cmd)
- notification = 'display notification "Finished compiling %s" with title "Blender" sound name "default"'%(binary.upper())
- cmd = "osascript -e '%s'"%(notification)
- commands.getoutput(cmd)
# extract copy system python, be sure to update other build systems
# when making changes to the files that are copied.