diff options
| author | ruki <[email protected]> | 2024-07-09 22:52:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-09 22:52:11 +0800 |
| commit | 3f3fc063d40ca7114e21b511bb033d048a7af963 (patch) | |
| tree | d28c94375d09e975ab0291abb82c7264076262e9 /xmake/modules/detect/tools/find_ifx.lua | |
| parent | cbb8f14330263b94a467102ae96c2ae00f79ce33 (diff) | |
improve to find ifx
Diffstat (limited to 'xmake/modules/detect/tools/find_ifx.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_ifx.lua | 2 |
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) |
