wahern / cqueues

Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.
http://25thandclement.com/~william/projects/cqueues.html
MIT License
244 stars 37 forks source link

Lua 5.4 support #239

Closed pspacek closed 4 years ago

pspacek commented 4 years ago

Lua 5.4 made it into Fedora and it turns out that current GNUMakefile cannot handle that.

Fedora uses this patch to build lua-cqueues: https://src.fedoraproject.org/rpms/lua-cqueues/c/5d7117c6ac061cc185f45af448845b0943577b58?branch=master

I hope it helps.

daurnimator commented 4 years ago

Fixed.