diff options
| author | ruki <[email protected]> | 2017-12-10 22:57:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-10 22:57:02 +0800 |
| commit | 881147427074c7038f3329a7a289762e74541bae (patch) | |
| tree | f42932a28c20c765e5028bc75c02e82c4c56cf36 /xmake/platforms/linux/load.lua | |
| parent | 84810ffba81a4f242a8d7d849f2c6fe62110cee4 (diff) | |
support arm linux
Diffstat (limited to 'xmake/platforms/linux/load.lua')
| -rw-r--r-- | xmake/platforms/linux/load.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/platforms/linux/load.lua b/xmake/platforms/linux/load.lua index b91c7148e..655fa083f 100644 --- a/xmake/platforms/linux/load.lua +++ b/xmake/platforms/linux/load.lua @@ -48,7 +48,6 @@ function main() if arch then if arch == "x86_64" then archflags = "-m64" elseif arch == "i386" then archflags = "-m32" - else archflags = "-arch " .. arch end end |
