Commits


Sutou Kouhei authored and GitHub committed 124848e83cc
GH-14945: [Ruby] Add support for macOS 12 / Xcode 14 (#14960) Xcode 14 shows a warning for "-undefined dynamic_lookup". We need to use "-U${external_symbol_in_dynamic_loaded_library}" explicitly for all external symbols in dynamic loaded library without "-undefined dynamic_lookup". In Red Arrow case, we use some symbols in Ruby/GLib2. * Closes: #14945 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>