improve elfutils

pull/2783/head
ruki 1 year ago
parent 39cb57e9a0
commit e743cdc26e
  1. 1
      packages/e/elfutils/xmake.lua

@ -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)

Loading…
Cancel
Save