diff options
| author | ruki <[email protected]> | 2021-10-18 21:05:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-18 21:05:07 +0800 |
| commit | 2f8bf766dfeb9103e5ab9a1ccc7936a5bc04aa9c (patch) | |
| tree | 704e51a93198f338be640b8dfd176411468f3536 /xmake/rules/c++/unity_build/xmake.lua | |
| parent | afcfa7fcd5dd767ecd683cdd5bacea120cfc6270 (diff) | |
fix errors
Diffstat (limited to 'xmake/rules/c++/unity_build/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/unity_build/xmake.lua | 2 |
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 |
