improve pcre2

pull/13/head
ruki 6 years ago
parent b9e5ace496
commit 0d87df5cc6
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 4
      packages/p/pcre2/xmake.lua

@ -44,3 +44,7 @@ package("pcre2")
end
import("package.tools.autoconf").install(package, configs)
end)
on_test(function (package)
assert(import("lib.detect.has_cfuncs")("pcre2_compile", {configs = package:fetch(), includes = "pcre2.h", links = package:get("links")}))
end)

Loading…
Cancel
Save