update drogon syslinks (#2193)

Co-authored-by: fenlog <bakurise@qq.com>
pull/2194/head
sinnren 1 year ago committed by GitHub
parent dcef12631f
commit 0957de4b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/d/drogon/xmake.lua

@ -37,7 +37,7 @@ package("drogon")
add_deps("trantor", "jsoncpp", "brotli", "zlib")
if is_plat("windows") then
add_syslinks("ws2_32", "rpcrt4", "crypt32", "advapi32")
add_syslinks("ws2_32", "rpcrt4", "crypt32", "advapi32", "iphlpapi")
else
add_deps("libuuid")
if is_plat("linux") then

Loading…
Cancel
Save