Commit 80c23612 authored by mercury233's avatar mercury233 Committed by GitHub

use LUA_USE_APICHECK for debug (#2590)

parent 3369ec05
......@@ -10,6 +10,9 @@ project "lua"
filter "not action:vs*"
buildoptions { "-x c++" }
filter "configurations:Debug"
defines { "LUA_USE_APICHECK" }
filter "system:bsd"
defines { "LUA_USE_POSIX" }
......
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