From 86b549d7ec56de8fcc19a3ce6f8fbcbf6661dc8b Mon Sep 17 00:00:00 2001 From: cofecofe Date: Mon, 24 Jun 2024 19:29:05 +0800 Subject: change the way to load toolset and add flags --- xmake/modules/detect/tools/find_armclang.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'xmake/modules/detect/tools') 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 -- cgit v1.3.1