diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 0ea105f9..2e98261e 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
@@ -753,7 +753,7 @@ function deps.check_lua_libdir(vars) | |||
753 | ok = txt:match("Lua " .. cfg.lua_version, 1, true) | 753 | ok = txt:match("Lua " .. cfg.lua_version, 1, true) |
754 | or txt:match("lua" .. (cfg.lua_version:gsub("%.", "")), 1, true) | 754 | or txt:match("lua" .. (cfg.lua_version:gsub("%.", "")), 1, true) |
755 | if not ok then | 755 | if not ok then |
756 | err = "Lua library at " .. filename .. " does not match Lua version " .. cfg.lua_version .. ". You may want to override this by configuring LUA_INCDIR." | 756 | err = "Lua library at " .. filename .. " does not match Lua version " .. cfg.lua_version .. ". You may want to override this by configuring LUA_LIBDIR." |
757 | end | 757 | end |
758 | end | 758 | end |
759 | 759 | ||