ruki %!s(int64=6) %!d(string=hai) anos
pai
achega
a28b016921
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/x/x265/xmake.lua

+ 2 - 0
packages/x/x265/xmake.lua

@@ -11,6 +11,8 @@ package("x265")
 
     if is_plat("macosx") then
         add_syslinks("c++")
+    elseif is_plat("linux") then
+        add_syslinks("pthread", "dl")
     end
  
     on_install("linux", "macosx", function (package)