Skip to content

Commit

Permalink
update cpptrace
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jul 28, 2023
1 parent dc4ca56 commit a944467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/c/cpptrace/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ package("cpptrace")

add_deps("cmake")

if is_plat("windows", "mingw") then
add_syslinks("dbghelp")
end

on_install(function (package)
local configs = {}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
Expand Down

0 comments on commit a944467

Please sign in to comment.