Commits


Kouhei Sutou authored and Wes McKinney committed aaa04431acd
ARROW-1855: [GLib] Add workaround for build failure on macOS Arrow-1.0.gir generation may be failed on macOS. Because Python's distutils' build option tries building universal binary implicitly. g-ir-scanner uses Python's distutils internally. We can disable it by defining ARCHFLAGS environment variable. See also ARROW-1766. If we put this workaround in c_glib/, users don't need to specify ARCHFLAGS environment variable explicitly. Author: Kouhei Sutou <kou@clear-code.com> Closes #1355 from kou/glib-add-macos-workaround and squashes the following commits: ac4ecc6e [Kouhei Sutou] [GLib] Add workaround for macOS