fix libvpx grammar problem (#5224)

pull/5225/head
benny066567 3 months ago committed by GitHub
parent dfbdac7361
commit 0d13dee8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/l/libvpx/xmake.lua

@ -30,7 +30,7 @@ package("libvpx")
if on_check then
on_check(function (package)
if package:has_tool("cxx", "clang") and is_arch("x64", "x86_64") then
if package:has_tool("cxx", "clang") and package:is_arch("x64", "x86_64") then
raise("package(libvpx) unsupported clang toolchain")
end
end)

Loading…
Cancel
Save