This commit is contained in:
2025-04-14 08:11:23 +02:00
parent 605726bc4b
commit 13ed7b6cd4
3 changed files with 42 additions and 36 deletions

View File

@@ -204,6 +204,8 @@ for name, module in pairs(tests) do
add_packages("libbacktrace")
set_extension(".x86_64")
add_defines("BACKTRACE")
elseif is_plat("windows") then
add_defines("WINTRACE")
end
target_end()
end