chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

Look for libzmq inside of the right paths #52

Closed flavio closed 12 years ago

flavio commented 12 years ago

Take host architecture into consideration while looking for libzmq. The previous code didn't work on 32bit linux systems since it looked only inside of /usr/lib64.

I have no access to a OSX system, I hope I didn't break anything with this change.