modify libxml2

pull/13/head
ruki 6 years ago
parent 77efb6d903
commit b3bcf021b1
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/l/libxml2/xmake.lua

@ -11,7 +11,7 @@ package("libxml2")
if is_plat("macosx", "linux") then
add_deps("autoconf", "automake", "libtool", "pkg-config")
end
add_includedirs("include/libxml2")
if is_plat("windows") then
add_links("libxml2_a")

Loading…
Cancel
Save