bastibe / lunatic-python

A two-way bridge between Python and Lua
http://labix.org/lunatic-python
GNU Lesser General Public License v2.1
301 stars 82 forks source link

Use LUA 5.1 if 5.2 doesn't exists on the system #69

Closed danni-m closed 4 years ago

danni-m commented 4 years ago

On macOS catalina brew contains LUA 5.3 and 5.1 only, this change allows us to compile with 5.1 if 5.2 doesn't exists.