From 2f8bf766dfeb9103e5ab9a1ccc7936a5bc04aa9c Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 18 Oct 2021 21:05:07 +0800 Subject: fix errors --- xmake/rules/c++/unity_build/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1