summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/unity_build/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-18 21:05:07 +0800
committerruki <[email protected]>2021-10-18 21:05:07 +0800
commit2f8bf766dfeb9103e5ab9a1ccc7936a5bc04aa9c (patch)
tree704e51a93198f338be640b8dfd176411468f3536 /xmake/rules/c++/unity_build/xmake.lua
parentafcfa7fcd5dd767ecd683cdd5bacea120cfc6270 (diff)
fix errors
Diffstat (limited to 'xmake/rules/c++/unity_build/xmake.lua')
-rw-r--r--xmake/rules/c++/unity_build/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/unity_build/xmake.lua b/xmake/rules/c++/unity_build/xmake.lua
index 838f8a097..b03a383ae 100644
--- a/xmake/rules/c++/unity_build/xmake.lua
+++ b/xmake/rules/c++/unity_build/xmake.lua
@@ -38,7 +38,7 @@ rule("c++.unity_build")
for _, rulename in ipairs({"c.build", "c++.build"}) do
local sourcebatch = sourcebatches[rulename]
if sourcebatch then
- unity_build.generate_unitfiles(target, sourcebatch, opt)
+ unity_build.generate_unityfiles(target, sourcebatch, opt)
end
end
end