diff --git a/hererocks.py b/hererocks.py index ed1bf59..9ed7e86 100755 --- a/hererocks.py +++ b/hererocks.py @@ -375,6 +375,8 @@ class Lua(Program): if match: return "5." + match.group(1) + sys.exit("Error: couldn't infer Lua major version from lua.h") + def set_identifiers(self): super(Lua, self).set_identifiers()