瀏覽代碼

fix libxml2 links

ruki 6 年之前
父節點
當前提交
0044e9b0c2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/l/libxml2/xmake.lua

+ 1 - 0
packages/l/libxml2/xmake.lua

@@ -17,6 +17,7 @@ package("libxml2")
     on_load(function (package)
         if package:plat() == "windows" then
             package:add("links", "libxml2_a")
+            package:add("syslinks", "wsock32", "ws2_32")
         else
             package:add("links", "xml2")
         end