akihikodaki / cld3-ruby

cld3-ruby is an interface of Compact Language Detector v3 (CLD3) for Ruby.
Apache License 2.0
77 stars 22 forks source link

Load C extension from lib_path via ffi gem #38

Closed hsbt closed 1 year ago

hsbt commented 1 year ago

Hi, I found a wrong usage for RubyGems build directory. We should use ext directory only build usage, not production use. So, RubyGems 3.4 will remove the build artifact after the gem installation.

I added quick fix for this used by lib/libcld3.so. It's good to fix rake task for this.

hsbt commented 1 year ago

https://github.com/akihikodaki/cld3-ruby/commit/0ff7bb57a052fbdc346f28c1e1e9b097bfc606b6 is enough to fix this issue.