Skip to content

Commit

Permalink
add library mentioned in capnproto/capnproto#1833 capnproto libraries…
Browse files Browse the repository at this point in the history
… as syslinks
  • Loading branch information
chriku committed Jul 29, 2024
1 parent bb2aa9f commit e3f43c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/c/capnproto/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ package("capnproto")

if is_plat("windows") then
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
add_syslinks("ws2_32")
end

add_deps("cmake", "zlib")
Expand Down

0 comments on commit e3f43c6

Please sign in to comment.