2
0
ruki 2 жил өмнө
parent
commit
35c9a9d865

+ 1 - 1
packages/s/svt-av1/xmake.lua

@@ -17,7 +17,7 @@ package("svt-av1")
         add_configs("shared",  {description = "Build shared library.", default = false, type = "boolean", readonly = true})
     end
 
-    if is_plat("linux", "wasm") then
+    if is_plat("linux", "wasm", "bsd") then
         add_syslinks("pthread")
     end