Add linux pacman add_extsources for util-linux (#859)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent bb8ebe29a9
commit c95b2f7f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/u/util-linux/xmake.lua

@ -18,7 +18,7 @@ package("util-linux")
end
if is_plat("linux") then
add_extsources("apt::util-linux")
add_extsources("apt::util-linux", "pacman::util-linux")
end
add_configs("ipcs", { description = "Enable ipcs.", default = false, type = "boolean"})

Loading…
Cancel
Save