summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/icpc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-07 22:41:09 +0800
committerruki <[email protected]>2020-10-07 22:41:09 +0800
commit272052e6545c85c5fcc90cd7fd81177cbb431de1 (patch)
treecaaedef6386aef5947dfc1b3dd18256203214c69 /xmake/modules/core/tools/icpc.lua
parent9779cee5d7da7ea01a18141ae5811719d4730410 (diff)
add fpmodels for icc
Diffstat (limited to 'xmake/modules/core/tools/icpc.lua')
-rw-r--r--xmake/modules/core/tools/icpc.lua9
1 files changed, 2 insertions, 7 deletions
diff --git a/xmake/modules/core/tools/icpc.lua b/xmake/modules/core/tools/icpc.lua
index 6639bfcfe..a30fba433 100644
--- a/xmake/modules/core/tools/icpc.lua
+++ b/xmake/modules/core/tools/icpc.lua
@@ -18,11 +18,6 @@
-- @file icpc.lua
--
--- inherit gcc
-inherit("gcc")
-
--- init it
-function init(self)
- _super.init(self)
-end
+-- inherit icc
+inherit("icc")