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

Include local_path directories in ZMQ Lib Paths #94

Closed harlow closed 11 years ago

harlow commented 11 years ago

This PR adds the local_path var to ZMQ_LIB_PATHS. It was previously not being included when looking for the libzmq file.

chuckremes commented 11 years ago

Added the changes to the library and gave you credit. Thank you for the contribution!