Commits


Sutou Kouhei authored and GitHub committed 3b566bfd808
GH-15134: [Ruby] Specify -mmacox-version-min=10.14 explicitly for old Xcode (#15135) This suppresses the following error with old Xcode: /tmp/local/include/arrow/type.h:1745:36: error: 'get<arrow::FieldPath, arrow::FieldPath, std::string, std::vector<arrow::FieldRef>>' is unavailable: introduced in macOS 10.13 if (IsFieldPath()) return std::get<FieldPath>(impl_).indices().size() > 1; ^ * Closes: #15134 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>