lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Ok the solution that I found, incase anyone else needs it, is to do this first

$ export CPATH=/usr/local/Cellar/lua/5.4.3/include/lua
$ luarocks install physfs

Still 3 warnings but it does at least compile and install. Now to see if it works :)