fix: linux build.

This commit is contained in:
2025-07-06 13:32:03 +08:00
parent 3323755800
commit 0d0d70d732
4 changed files with 29 additions and 3 deletions

View File

@@ -5,3 +5,7 @@ target("crashelper")
add_includedirs("include", {public = true})
add_files("src/*.cxx")
add_frameworks("QtCore")
if is_plat("linux") then
add_links("bfd", "dl")
end