Add linux pacman add_extsources for gperf (#880)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent cb0e8e9514
commit a4caba2065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/g/gperf/xmake.lua

@ -9,7 +9,7 @@ package("gperf")
add_versions("3.1", "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2")
if is_plat("linux") then
add_extsources("apt::gperf")
add_extsources("apt::gperf", "pacman::gperf")
end
on_install("macosx", "linux", function (package)

Loading…
Cancel
Save