Commit 2609967f authored by nanahira's avatar nanahira

fix

parent 5c86025a
...@@ -146,7 +146,7 @@ if GetParam("lua-deb") then ...@@ -146,7 +146,7 @@ if GetParam("lua-deb") then
local lua_versions = { "5.4", "5.3" } local lua_versions = { "5.4", "5.3" }
local lua_version = nil local lua_version = nil
for _, version in ipairs(lua_versions) do for _, version in ipairs(lua_versions) do
local lua_lib_dir = os.findlib("lua" .. version) local lua_lib_dir = os.findlib("lua" .. version .. "-c++")
if lua_lib_dir then if lua_lib_dir then
print("Found lua " .. version .. " at " .. lua_lib_dir) print("Found lua " .. version .. " at " .. lua_lib_dir)
lua_version = version lua_version = version
......
Subproject commit 3048ead95e36c3f8eb555d3b4147cbc8f6a2a6c6 Subproject commit 31238bdbe0845e51286e0aa6ea7cc98fc1cd2735
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment