소스 검색

fix Ws2_32 to ws2_32 (#2171)

xpxz 2 년 전
부모
커밋
0460312b10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/b/brynet/xmake.lua

+ 2 - 2
packages/b/brynet/xmake.lua

@@ -8,7 +8,7 @@ package("brynet")
     add_versions("1.0.9", "a264a6aaf3ec9fd5aa4029a8857be813be203ee7b93997b0c1c5c5e2c5f89a2a")
 
     if is_plat("windows") then
-        add_syslinks("Ws2_32")
+        add_syslinks("ws2_32")
     end
 
     on_install("windows", "linux", "android", "cross", function (package)
@@ -21,4 +21,4 @@ package("brynet")
                 auto service = brynet::net::TcpService::Create();
             }
         ]]}, {configs = {languages = "c++17"}, includes = "brynet/net/TcpService.hpp"}))
-    end)
+    end)