stevedonovan / Lake

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

Finding Lua on Windows #2

Open stevedonovan opened 13 years ago

stevedonovan commented 13 years ago

Lake has some difficulty auto-discovering Lua on Windows if it isn't Lua for Windows. Also, it assumes that there is an import library for lua5.1.dll, and does not understand the case where the DLL is named lua51.dll ;) So the heuristics need a little work.