浏览代码

Update xmake.lua

ruki 2 年之前
父节点
当前提交
35c9a9d865
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/s/svt-av1/xmake.lua

+ 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