diff options
| author | ruki <[email protected]> | 2025-01-26 13:16:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-26 13:16:42 +0800 |
| commit | ecc654470545c28fabd2a5c2c192f83e0926964c (patch) | |
| tree | 69d6cdc73986b52933c12d828492ee24ca99144b | |
| parent | 41e59a16600b455f2f6f03b541459ac22d34bcb0 (diff) | |
fix error
| -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 |
