diff --git a/packages/e/elfutils/xmake.lua b/packages/e/elfutils/xmake.lua index 5eb1b34e3..bd64f5cc8 100644 --- a/packages/e/elfutils/xmake.lua +++ b/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)