Revert "Scons/funstuff: notify when the binaries are compiled"

This reverts commit cdf5370159.

Please always keep build-systems simple, boring & functional,
anyone who liked notification popups can write a simple build script.
This commit is contained in:
Campbell Barton 2014-10-31 10:35:33 +01:00
parent 625843d84d
commit 5e6d878318
Notes: blender-bot 2023-02-14 09:54:16 +01:00
Referenced by issue #42349, Windows Render command line Cycles Crash!
1 changed files with 0 additions and 3 deletions

View File

@ -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.