Skip to content

Commit

Permalink
Exclude the arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 2, 2025
1 parent e9fc2d3 commit 09d002e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/h/hookmanager/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ package("hookmanager")

if on_check then
on_check(function (package)
assert(not package:is_arch("arm64"),"package(hookmanager) The arm64 architecture is not currently supported.")
assert(not (package:is_arch("x86") and package:config("lighthook")),"package(hookmanager) LightHook does not support the X86 architecture.")
end)
end
Expand Down

0 comments on commit 09d002e

Please sign in to comment.