improve libxml extsources (#635)

pull/639/head
ruki 3 years ago committed by GitHub
parent d27fd869fe
commit f25178a52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libxml2/xmake.lua

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

Loading…
Cancel
Save