rdkafka-ruby
rdkafka-ruby copied to clipboard
Use RUBYARCHDIR for library location if present
WIP
previous revert: https://github.com/appsignal/rdkafka-ruby/pull/193
I may be missing an easy solution here, but I can't really think of a way right now to provide the correct path in the bindings file, which would look something like /Users/USER_NAME/.gem/extensions/ARCHITECTURE/RUBY_VERSION/GEM_NAME_AND_VERSION, example: /Users/hello_world/.gem/extensions/x86_64-darwin-20/2.6.0/rdkafka-0.12.0.beta.3/librdkafka.dylib
Closing this for now, think we should re-think the approach.