diff options
| author | ruki <[email protected]> | 2024-07-09 22:53:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-07-09 22:53:35 +0800 |
| commit | c2193b778259885572131b31f5753d76d62d1ed6 (patch) | |
| tree | 13ea2094e3587a22e87144e5d7c9a0edf4fc78da | |
| parent | 30c1a5533f782b674acf18d3161c1ef8472f7f99 (diff) | |
improve ifx/hasflags
| -rw-r--r-- | xmake/modules/detect/tools/ifx/has_flags.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/ifx/has_flags.lua b/xmake/modules/detect/tools/ifx/has_flags.lua index d8c6f2792..161e337e9 100644 --- a/xmake/modules/detect/tools/ifx/has_flags.lua +++ b/xmake/modules/detect/tools/ifx/has_flags.lua @@ -19,5 +19,5 @@ -- -- imports -inherit("detect.tools.clang.has_flags") +inherit("detect.tools.ifort.has_flags") |
