diff options
| -rw-r--r-- | xmake/modules/private/tools/armcc/parse_deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/tools/armcc/parse_deps.lua b/xmake/modules/private/tools/armcc/parse_deps.lua index 980c56099..b4cfb7833 100644 --- a/xmake/modules/private/tools/armcc/parse_deps.lua +++ b/xmake/modules/private/tools/armcc/parse_deps.lua @@ -65,7 +65,7 @@ function main(depsdata) end includefile = includefile:replace(space_placeholder, ' ', plain) includefile = includefile:split(".o:", {plain = true})[2] - includefile = includefile:replace(' ', '',plain) + includefile = includefile:replace(' ', '', plain) if #includefile > 0 then includefile = _normailize_dep(includefile, projectdir) if includefile then |
