Add linux pacman add_extsources for libpaper (#897)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent 471e9717da
commit eda0f492bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libpaper/xmake.lua

@ -8,7 +8,7 @@ package("libpaper")
add_versions("1.1.28", "c8bb946ec93d3c2c72bbb1d7257e90172a22a44a07a07fb6b802a5bb2c95fddc")
if is_plat("linux") then
add_extsources("apt::libpaper-dev")
add_extsources("apt::libpaper-dev", "pacman::libpaper")
end
add_deps("automake", "autoconf", "libtool")
on_install("macosx", "linux", function (package)

Loading…
Cancel
Save