Skip to content

Commit

Permalink
fix libvpx grammar problem (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahahbenny authored Sep 14, 2024
1 parent dfbdac7 commit 0d13dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/libvpx/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d13dee

Please sign in to comment.