tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

On FreeBSD, nanomsg is installed with /usr/local prefix #52

Closed emctoo closed 6 years ago

tonysimpson commented 7 years ago

hey emctoo, thanks for the patch. I feel that it would be wrong to try and fix this issue in the setup.py, I'm not familiar with FreeBSD can you use CPATH or similar to add /usr/local/include? Did you install nanomsg from source or a package?

tonysimpson commented 6 years ago

There is a solution for this issue now.