Skip to content

Commit

Permalink
Fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing authored Feb 2, 2025
1 parent ff4a026 commit d13a3eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/l/libmaxminddb/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ package("libmaxminddb")
add_versions("1.10.0", "5e6db72df423ae225bfe8897069f6def40faa8931f456b99d79b8b4d664c6671")

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

if is_plat("windows", "mingw") then
add_syslinks("ws2_32")
Expand Down

0 comments on commit d13a3eb

Please sign in to comment.