Skip to content

Fix otool arguments too long

When including python in a bundle, it is easy for the list of binaries to exceed the MAX_ARGS value on the command line. This change reduces the irrelevant arguments which otool can't process anyway making the likelihood of a problem much lower.

Also excludes irrelevant GObject files.

The error is: `OSError: [Errno 7] Argument list too long: 'otool'

Merge request reports