openresty / lua-resty-core

New FFI-based API for lua-nginx-module
792 stars 270 forks source link

bugfix: Apple silicon workaround #391

Closed chronolaw closed 2 years ago

chronolaw commented 2 years ago

This is the workaround for luajit FFI working on apple silicon.

See: https://github.com/openresty/lua-nginx-module/issues/2030 https://github.com/LuaJIT/LuaJIT/issues/205

Sister PR: https://github.com/openresty/lua-nginx-module/pull/2037 https://github.com/openresty/stream-lua-nginx-module/pull/293