Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Oct 13, 2024
1 parent efb2f7b commit 77b3654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/l/libmem/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ package("libmem")
add_syslinks("uuid")
end
elseif is_plat("linux") then
add_syslinks("dl", "stdc++", "m")
add_syslinks("dl", "m")
elseif is_plat("bsd") then
add_syslinks("dl", "kvm", "procstat", "elf", "stdc++", "m")
add_syslinks("dl", "kvm", "procstat", "elf", "m")
end

on_load(function(package)
Expand Down

0 comments on commit 77b3654

Please sign in to comment.