Skip to content

Commit

Permalink
improve elfutils
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 2, 2023
1 parent 39cb57e commit e743cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e/elfutils/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ package("elfutils")
os.rm(path.join(package:installdir("lib"), "*.so"))
os.tryrm(path.join(package:installdir("lib"), "*.so.*"))
end
os.trycp("libelf/elf.h", package:installdir("include"))
end)

on_test(function (package)
Expand Down

0 comments on commit e743cdc

Please sign in to comment.