ruki 2 anni fa
parent
commit
7fbae54cc1
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      packages/s/svt-av1/xmake.lua

+ 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)