Update xmake.lua

svt
ruki 2 years ago committed by GitHub
parent a9e5bec5aa
commit 35c9a9d865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save