error: 'visit<BufferSizeVisitor, std::__1::variant<std::__1::variant<unsigned long long, long long, unsigned int, int, bool>, std::__1::variant<unsigned long long, long long, double>, absl::lts_20250814::Span<const char>, std::__1::variant<unsigned int, int, float> > &>' is unavailable: introduced in macOS 10.14
In the most recent of re2, I need to target macOS 10.14 due to compilation errors from Abseil such as the following:
MACOSX_DEPLOYMENT_TARGETis currently hardcoded to 10.13 inrake-compiler-dock/build/mk_osxcross.sh
Line 28 in cc84689
extconf.rbbut is there a more “blessed” way to achieve this?