kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
527 stars 84 forks source link

rockspec needs macosx supported_platforms #237

Closed minervas closed 8 years ago

minervas commented 8 years ago

To get turbo to install on my mac I had to download the rockspec and change supported_platforms = {"linux"}
to
supported_platforms = {"macosx"}

kernelsauce commented 8 years ago

Right. I will fix that :)

kernelsauce commented 8 years ago

Fixed.