diff options
| author | iFarbod <[email protected]> | 2026-08-21 17:26:03 +0330 |
|---|---|---|
| committer | iFarbod <[email protected]> | 2026-08-21 17:26:03 +0330 |
| commit | 54b2e1ce406cb449af2038469a64cc08f9682360 (patch) | |
| tree | e72ab75bf5dfc9459ecf73f3cff493138af78c92 /xmake/platforms/linux/xmake.lua | |
| parent | deaabcd162bebe9312201bcaac48404fd8a1925a (diff) | |
Add new architectures for cross-compilation
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 c4d09880e..f0723bb35 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", "mips", "mips64", "mipsel", "mips64el", "loong64") + set_archs("i386", "x86_64", "armv7", "armv7s", "arm64", "mips", "mips64", "mipsel", "mips64el", "loong64", "riscv64", "s390x", "ppc", "ppc64", "ppc64el") set_formats("static", "lib$(name).a") set_formats("object", "$(name).o") |
