summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_ifx.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-09 22:52:11 +0800
committerruki <[email protected]>2024-07-09 22:52:11 +0800
commit3f3fc063d40ca7114e21b511bb033d048a7af963 (patch)
treed28c94375d09e975ab0291abb82c7264076262e9 /xmake/modules/detect/tools/find_ifx.lua
parentcbb8f14330263b94a467102ae96c2ae00f79ce33 (diff)
improve to find ifx
Diffstat (limited to 'xmake/modules/detect/tools/find_ifx.lua')
-rw-r--r--xmake/modules/detect/tools/find_ifx.lua2
1 files changed, 1 insertions, 1 deletions
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)