ruki il y a 4 ans
Parent
commit
5a737c4668
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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