瀏覽代碼

improve curl

ruki 3 年之前
父節點
當前提交
18dcc17147
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/l/libcurl/xmake.lua

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

@@ -18,7 +18,7 @@ package("libcurl")
         add_syslinks("pthread")
     elseif is_plat("windows", "mingw") then
         add_deps("cmake")
-        add_syslinks("advapi32", "crypt32", "wldap32", "winmm", "ws2_32")
+        add_syslinks("advapi32", "crypt32", "wldap32", "winmm", "ws2_32", "user32")
     end
 
     add_configs("cares",    {description = "Enable c-ares support.", default = false, type = "boolean"})