improve libuv

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

@ -31,7 +31,7 @@ package("libuv")
on_install("macosx", "linux", function (package)
import("package.tools.autoconf").install(package)
end)
on_test(function (package)
assert(package:has_cfuncs("uv_tcp_init", {includes = "uv.h"}))
end)

Loading…
Cancel
Save