Add linux pacman add_extsources for libidn2 (#898)

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

@ -10,7 +10,7 @@ package("libidn2")
add_deps("libunistring")
if is_plat("linux") then
add_extsources("apt::libidn2-dev")
add_extsources("apt::libidn2-dev", "pacman::libidn2")
end
on_install("macosx", "linux", function (package)

Loading…
Cancel
Save