Commit e7d8a1a1 authored by nanahira's avatar nanahira

Merge branch 'develop' into server-develop

parents e2c4ebf6 844049fd
Pipeline #33858 canceled with stages
in 3 minutes and 24 seconds
......@@ -3,7 +3,11 @@ project "lua"
compileas "C++"
files { "src/*.c", "src/*.h" }
removefiles { "src/lua.c", "src/luac.c", "src/linit.c", "src/onelua.c" }
removefiles { "src/lua.c", "src/luac.c", "src/onelua.c" }
if not GetParam("no-lua-safe") then
removefiles { "src/linit.c" }
end
filter "configurations:Debug"
defines { "LUA_USE_APICHECK" }
......
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