Closed casperisfine closed 3 years ago
Since https://github.com/ruby/ruby/commit/4b6fd8329b46701414aba2eeca10013cf66ec513 it include ruby.h and since they both define similar names like RObject it fails.
ruby.h
RObject
This should fix the ruby-head build.
ruby-head
Since https://github.com/ruby/ruby/commit/4b6fd8329b46701414aba2eeca10013cf66ec513 it include
ruby.h
and since they both define similar names likeRObject
it fails.This should fix the
ruby-head
build.