Kaynağa Gözat

improve libuv

ruki 6 yıl önce
ebeveyn
işleme
d3f16e84d4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/l/libuv/xmake.lua

+ 1 - 1
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)