kwilczynski / ruby-magic

Simple interface to libmagic for Ruby Programming Language
Apache License 2.0
27 stars 8 forks source link

Remove have_library('ruby') #2

Closed jhawthorn closed 3 years ago

jhawthorn commented 3 years ago

I believe this has potential to link against the wrong library. With this line on macos Catalina I get:

`require_relative': incompatible library version - magic.bundle (LoadError)
kwilczynski commented 3 years ago

Hi @jhawthorn, sorry for the troubles!

Oh, indeed, it makes very little point to check if we can actually link against Ruby. Good point!

Admittedly, I never stumbled into this issue, which is most likely related to how my runtime environment has been set up.

Thank you and sorry about that. :)

Krzysztof