pull/418/head
ruki 4 years ago
parent 68185a64ea
commit 5a737c4668
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/d/drogon/xmake.lua

@ -23,7 +23,7 @@ package("drogon")
else
add_deps("libuuid")
if is_plat("linux") then
add_syslinks("pthread")
add_syslinks("pthread", "dl")
end
end

Loading…
Cancel
Save