summaryrefslogtreecommitdiff
path: root/xmake/toolchains/ifx/xmake.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/toolchains/ifx/xmake.lua
parentcbb8f14330263b94a467102ae96c2ae00f79ce33 (diff)
improve to find ifx
Diffstat (limited to 'xmake/toolchains/ifx/xmake.lua')
-rw-r--r--xmake/toolchains/ifx/xmake.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/toolchains/ifx/xmake.lua b/xmake/toolchains/ifx/xmake.lua
index d853d2b9c..463d6936e 100644
--- a/xmake/toolchains/ifx/xmake.lua
+++ b/xmake/toolchains/ifx/xmake.lua
@@ -19,11 +19,11 @@
--
-- define toolchain
-toolchain("icx")
+toolchain("ifx")
-- set homepage
- set_homepage("https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html")
- set_description("Intel LLVM C/C++ Compiler")
+ set_homepage("https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#fortran")
+ set_description("Intel LLVM Fortran Compiler")
-- mark as standalone toolchain
set_kind("standalone")