improve libxml2

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

@ -29,5 +29,5 @@ package("libxml2")
end)
on_test(function (package)
assert(import("lib.detect.has_cfuncs")("xmlNewNode", {configs = package:fetch(), includes = {"libxml/parser.h", "libxml/tree.h"}}))
assert(package:has_cfuncs("xmlNewNode", {includes = {"libxml/parser.h", "libxml/tree.h"}}))
end)

Loading…
Cancel
Save