OS X: Use a python script to fix for bundle fixup...

...rather than relying on cmake magic
This commit is contained in:
Daniel Molkentin 2014-09-30 17:08:29 +02:00
parent 0d303f1d1f
commit 41b07d045a

View file

@ -320,3 +320,4 @@ if len(sys.argv) <= 2:
for command in commands:
p = subprocess.Popen(command)
os.waitpid(p.pid, 0)