summaryrefslogtreecommitdiffstats
path: root/TOOLS/dylib_unhell.py
Commit message (Collapse)AuthorAgeFilesLines
* osxbundle: fix bundling when homebrew is not installedder richter2024-02-291-1/+8
| | | | Fixes #13603
* osxbundle: use dylib script directly instead of in a subprocessder richter2024-02-241-0/+261
before errors and outputs where ignored from the subscript and the main script didn't fail nor did it output anything. with this change the script properly outputs everything to stdout and stderr. in the case the dylib script fails the whole script fails now. the main function in dylib_unhell was kept since it can still be used individually without the oscbundle script. the script had to be renamed with an underscore to make it importable.