Explorar el Código

Update xmake.lua

ruki hace 2 años
padre
commit
7fbae54cc1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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)