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

Fix recognition of windows platforms #11

Closed walkr closed 10 years ago

walkr commented 10 years ago

"win" in sys.platform triggered on darwin (os x) platforms. Fixed.