Update xmake.lua

pull/790/head
ruki 3 years ago committed by GitHub
parent 472c0de723
commit a75208e726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/linux-headers/xmake.lua

@ -50,7 +50,7 @@ package("linux-headers")
arch = "arm64"
elseif package:is_arch("mips") then
arch = "mips"
elseif package:is_arch("ppc", "powerpc") then
elseif package:is_arch("ppc", "powerpc", "ppc64", "powerpc64") then
arch = "powerpc"
end
assert(arch, "unknown arch(%s)!", package:arch())

Loading…
Cancel
Save