cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
58 stars 32 forks source link

Consider reading `LUA_PATH` and `LUA_CPATH` #178

Closed edubart closed 5 months ago

edubart commented 5 months ago

Context

As discussed in our channel, we need to change ${LUA_PATH_5_4:-;} to ${LUA_PATH_5_4:-${LUA_PATH:-;}} so this work better with standard luarocks distros.

This change will also need to be made with our lua templates in tools/template.

_Originally posted by @edubart in https://github.com/cartesi/machine-emulator/pull/171#discussion_r1471649322_