Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
heheda123123 authored Sep 10, 2024
1 parent 4f23e24 commit 150cc31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/a/asio2/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ package("asio2")
add_deps("asio", "cereal")
add_deps("spdlog", { configs = { header_only = false, fmt_external = true } })

if is_plat("mingw") then
add_syslinks("ws2_32")
end

on_load(function (package)
if package:config("ssl") then
package:add("deps", "openssl3")
Expand Down

0 comments on commit 150cc31

Please sign in to comment.