Skip to content

Commit b83c4a5

Browse files
committed
fix typo
1 parent 0a730a4 commit b83c4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/l/libyuv/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ package("libyuv")
3636
end)
3737
on_check("linux", function (package)
3838
if package:is_arch("arm64") then
39-
raise("package(libuv) unsupport compile flags -march=armv9-a+sme")
39+
raise("package(libyuv) unsupport compile flags -march=armv9-a+sme")
4040
end
4141
end)
4242
end

0 commit comments

Comments
 (0)