浏览代码

fix drogon

ruki 4 年之前
父节点
当前提交
5a737c4668
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/d/drogon/xmake.lua

+ 1 - 1
packages/d/drogon/xmake.lua

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