2
0
ruki 2 жил өмнө
parent
commit
7fbae54cc1

+ 4 - 0
packages/s/svt-av1/xmake.lua

@@ -13,6 +13,10 @@ package("svt-av1")
         add_configs("shared",  {description = "Build shared library.", default = false, type = "boolean", readonly = true})
     end
 
+    if is_plat("linux", "wasm") then
+        add_syslinks("pthread")
+    end
+
     add_deps("cmake")
 
     on_load(function (package)