Commits


Sutou Kouhei authored and Neal Richardson committed 625375af879
ARROW-8373: [CI][GLib] Find gio-2.0 manually on macOS Because "pkg-config --cflags gio-2.0" includes the "-I$(xcrun --show-sdk-path)/usr/include" flag by zlib.pc. The include path includes the standard C headers such as stdlib.h. It confuses clang++ (/usr/bin/c++). This also removes needless gio-2.0 dependency from arrow-glib.pc. Closes #6886 from kou/ci-glib-macos Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>