stevedonovan / Lake

A Lua-based Build Tool
MIT License
132 stars 16 forks source link

Using LUA_INCLUDE_DIR insted of LUA_INCLUDE #28

Closed moteus closed 11 years ago

moteus commented 11 years ago

After i try build my project i got

lake: cannot find Lua include files
Specify LUA_INCLUDE

But in real i need set LUA_INCLUDE_DIR variable

lake LUA_INCLUDE_DIR=...
stevedonovan commented 11 years ago

Thanks for the report. I'm getting Lake ready for a release, so it's time to hit any remaining issues hard.