I'm working on a python library / app that uses Gtk.
Part of my build process uses glib-compile-schemas to create gschemas.compiled.
If I include gschemas.compiled in my library, will this break things, if somebody tries to use my library on something like ARM or 32 bit intel ?
(I would compile this as a post-install thing, but that seems to unsupported in setuptools which I am using).