fix Ws2_32 to ws2_32 (#2171)

pull/2177/head
xpxz 2 years ago committed by GitHub
parent e1c0f65805
commit 0460312b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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)

Loading…
Cancel
Save