diff options
| author | cofecofe <[email protected]> | 2024-06-24 19:29:05 +0800 |
|---|---|---|
| committer | cofecofe <[email protected]> | 2024-06-24 19:29:05 +0800 |
| commit | 86b549d7ec56de8fcc19a3ce6f8fbcbf6661dc8b (patch) | |
| tree | 383db2290f1cdc623e77e37944c1940feafa08b4 /xmake/modules | |
| parent | 325cc705e90699ae827bdcb0f48c2e596900b86c (diff) | |
change the way to load toolset and add flags
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/detect/tools/find_armclang.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_armclang.lua b/xmake/modules/detect/tools/find_armclang.lua index 6232138c9..0b33ac6fc 100644 --- a/xmake/modules/detect/tools/find_armclang.lua +++ b/xmake/modules/detect/tools/find_armclang.lua @@ -40,7 +40,6 @@ function main(opt) -- init options opt = opt or {} - opt.command = opt.command or "--version" opt.parse = opt.parse or function (output) return output:match("Arm Compiler for Embedded (%d+%.?%d+%.?%d+)%s") end -- find program |
