[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luarocks not finding lua.h on OSX with homebrew
- From: Hugo Musso Gualandi <hgualandi@...>
- Date: Tue, 20 Jul 2021 18:56:47 -0300
To debug what is happening here, one thing you can do is run `luarocks
config` to see what version of Lua that Luarocks is using, and where it
is searching for header files.
In particular, the LUA and LUA_INCDIR variables in the config output.
-- Hugo