Commit 8da5c416 authored by Chen Bill's avatar Chen Bill Committed by GitHub

use LUA_USE_APICHECK for debug (#647)

parent 5380234a
......@@ -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