diff options
| author | ruki <[email protected]> | 2025-02-28 23:19:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-02-28 23:19:49 +0800 |
| commit | a3556e3de438a2e874bf80914c955b822c425562 (patch) | |
| tree | 258d124f7bbe7354f2c589ae0cb5014aa8cf2171 /xmake/platforms/linux/xmake.lua | |
| parent | 07a1cc63c0b89c8dae4d863a355c5092d2be9144 (diff) | |
rename arm64 for linux
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index ec2b6e74b..df2588adf 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -21,7 +21,7 @@ platform("linux") set_os("linux") set_hosts("macosx", "linux", "windows", "bsd") - set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el", "loong64") + set_archs("i386", "x86_64", "armv7", "armv7s", "arm64", "mips", "mips64", "mipsel", "mips64el", "loong64") set_formats("static", "lib$(name).a") set_formats("object", "$(name).o") |
