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)