Add linux pacman add_extsources for libxml2 (#885)

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

@ -23,7 +23,7 @@ package("libxml2")
add_links("xml2")
end
if is_plat("linux") then
add_extsources("pkgconfig::libxml-2.0", "apt::libxml2-dev")
add_extsources("pkgconfig::libxml-2.0", "apt::libxml2-dev", "pacman::libxml2")
add_syslinks("m")
end

Loading…
Cancel
Save