2
0
ruki 6 жил өмнө
parent
commit
42b74a3ab4

+ 2 - 0
packages/l/libcurl/xmake.lua

@@ -16,6 +16,8 @@ package("libcurl")
 
     if is_plat("macosx") then
         add_frameworks("Security")
+    elseif is_plat("linux") then
+        add_syslinks("pthread")
     end
  
     on_install("windows", function (package)