From 3f3fc063d40ca7114e21b511bb033d048a7af963 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 9 Jul 2024 22:52:11 +0800 Subject: improve to find ifx --- xmake/modules/detect/tools/find_ifx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/detect/tools') diff --git a/xmake/modules/detect/tools/find_ifx.lua b/xmake/modules/detect/tools/find_ifx.lua index a59a02927..d6225d67f 100644 --- a/xmake/modules/detect/tools/find_ifx.lua +++ b/xmake/modules/detect/tools/find_ifx.lua @@ -37,7 +37,7 @@ import("lib.detect.find_programver") -- function main(opt) opt = opt or {} - local program = find_program(opt.program or "icx", opt) + local program = find_program(opt.program or "ifx", opt) local version = nil if program and opt.version then version = find_programver(program, opt) -- cgit v1.3.1