Darcy Shen 1 年之前
父节点
当前提交
6c6f410c08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/l/libgit2/xmake.lua

+ 1 - 1
packages/l/libgit2/xmake.lua

@@ -20,7 +20,7 @@ package("libgit2")
         add_deps("pcre")
         add_syslinks("pthread", "dl")
     elseif is_plat("windows") then
-        add_syslinks("ole32", "rpcrt4", "winhttp")
+        add_syslinks("ole32", "rpcrt4", "winhttp", "ws2_32", "user32", "crypt32", "advapi32")
     end
 
     on_install("macosx", "linux", "windows|x64", "windows|x86", "iphoneos", function (package)