Browse Source

fix drogon

ruki 4 years ago
parent
commit
5a737c4668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/d/drogon/xmake.lua

+ 1 - 1
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