Browse Source

fix drogon

ruki 4 năm trước cách đây
mục cha
commit
5a737c4668
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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