Add linux pacman add_extsources for libtool (#895)

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

@ -11,7 +11,7 @@ package("libtool")
add_versions("2.4.5", "509cb49c7de14ce7eaf88993cf09fd4071882699dfd874c2e95b31ab107d6987")
if is_host("linux") then
add_extsources("apt::libtool")
add_extsources("apt::libtool", "pacman::libtool")
end
add_deps("autoconf")

Loading…
Cancel
Save