From 26de32e94fea1b849395ccf035aeb111b71084f3 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Oct 2021 21:02:32 +0800 Subject: rename to unity build --- xmake/rules/c++/unity_build/unity_build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1