Skip to content

Commit

Permalink
use LUA_USE_APICHECK for debug (Fluorohydride#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 authored Oct 20, 2024
1 parent 5380234 commit 8da5c41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions premake/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 8da5c41

Please sign in to comment.