diff options
| -rw-r--r-- | xmake/modules/core/tools/iccarm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/iccarm.lua b/xmake/modules/core/tools/iccarm.lua index 2643c8721..9bfe4447b 100644 --- a/xmake/modules/core/tools/iccarm.lua +++ b/xmake/modules/core/tools/iccarm.lua @@ -18,6 +18,7 @@ -- @file iccarm.lua -- +import("core.language.language") inherit("gcc") -- make the symbol flag |
