-
-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Labels
Description
你在什么场景下需要该功能?
xmake-repo/packages/l/libyuv/xmake.lua
Lines 37 to 41 in eaf187f
on_check("linux", function (package) | |
if package:is_arch("arm64") then | |
raise("package(libuv) unsupport compile flags -march=armv9-a+sme") | |
end | |
end) |
libyuv应该是支持arm的,但我看这里直接判断 然后退出了🤔
描述可能的解决方案
arm下支持libyuv
描述你认为的候选方案
No response
其他信息
No response