2
0
ruki 4 жил өмнө
parent
commit
5a737c4668

+ 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