fix: linux build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user