Skip to content

Commit 97d508c

Browse files
committed
Build: Avoid version dependency in error message.
1 parent a09ecc9 commit 97d508c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def find_lua_build(no_luajit=False):
208208

209209

210210
def no_lua_error():
211-
error = ("Neither LuaJIT2 nor Lua 5.[1234] were found. Please install "
211+
error = ("Neither LuaJIT2 nor Lua 5.1 or later were found. Please install "
212212
"Lua and its development packages, "
213213
"or put a local build into the lupa main directory.")
214214
print(error)

0 commit comments

Comments
 (0)