edubart / nelua-lang

Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
https://nelua.io
MIT License
2k stars 62 forks source link

Set LUA_USE_MACOSX on macOS #23

Closed xvxx closed 4 years ago

xvxx commented 4 years ago

Continuation of #22. Need to set this on macOS to enable dynamic library loading. Uncovered while trying to get make test to succeed.

edubart commented 4 years ago

Many thanks!