diff options
| author | ruki <[email protected]> | 2020-09-21 23:01:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-21 23:01:00 +0800 |
| commit | 535bd09596a6e865b74e390bff882ff8fecc39bf (patch) | |
| tree | 98b97bada9eda2bfa5eb0ec6f750e5b1958a7d41 /xmake/platforms/linux/xmake.lua | |
| parent | 530ac9cf0fb5d91774ceb05965d957534a16ad79 (diff) | |
add mipsel and mips64el for linux platform
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 fa601e846..dd13b991c 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -28,7 +28,7 @@ platform("linux") set_hosts("macosx", "linux", "windows") -- set archs - set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64") + set_archs("i386", "x86_64", "armv7", "armv7s", "arm64-v8a", "mips", "mips64", "mipsel", "mips64el") -- set formats set_formats("static", "lib$(name).a") |
