summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/unity_build/unity_build.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-18 21:02:32 +0800
committerruki <[email protected]>2021-10-18 21:02:32 +0800
commit26de32e94fea1b849395ccf035aeb111b71084f3 (patch)
tree5a259d35f93b2fa8581aaa38bd55e8618f07310b /xmake/rules/c++/unity_build/unity_build.lua
parent4e3967d123432b2352b450ed892fcb1b8f3b37d2 (diff)
rename to unity build
Diffstat (limited to 'xmake/rules/c++/unity_build/unity_build.lua')
-rw-r--r--xmake/rules/c++/unity_build/unity_build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/unity_build/unity_build.lua b/xmake/rules/c++/unity_build/unity_build.lua
index 57bff99a0..82338f506 100644
--- a/xmake/rules/c++/unity_build/unity_build.lua
+++ b/xmake/rules/c++/unity_build/unity_build.lua
@@ -84,7 +84,7 @@ function main(target, sourcebatch)
if fileconfig and fileconfig.unity_group then
sourcefile_unity = path.join(sourcedir, "unity_" .. fileconfig.unity_group .. path.extension(sourcefile))
elseif fileconfig and fileconfig.unity_ignored then
- -- we do not add these files to unit file
+ -- we do not add these files to unity file
table.insert(sourcefiles, sourcefile)
table.insert(objectfiles, objectfile)
table.insert(dependfiles, dependfile)