fix net config for poco (#5132)

pull/5136/head
xpxz 6 months ago committed by GitHub
parent 2895d01be9
commit eb8b1e2bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/p/poco/xmake.lua

@ -72,7 +72,9 @@ package("poco")
else
package:add("deps", "pcre")
end
if package:config("net") and package:is_plat("windows") then
package:add("syslinks", "ws2_32")
end
if package:config("netssl") or package:config("crypto") or package:config("jwt") then
package:add("deps", "openssl")
end

Loading…
Cancel
Save