From ec6334f3c829925ecddb36c36d3ae878db18ef4e Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 29 Mar 2025 00:58:28 +0800 Subject: update comment --- xmake/actions/build/target_utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/build/target_utils.lua b/xmake/actions/build/target_utils.lua index e3c700748..a38095808 100644 --- a/xmake/actions/build/target_utils.lua +++ b/xmake/actions/build/target_utils.lua @@ -408,7 +408,7 @@ function _add_filejobs_for_script(jobgraph, instance, sourcebatch, opt) -- e.g. -- -- target("test") - -- on_buildcmd_files(function (target, batchcmds, sourcebatch, opt) + -- on_buildcmd_file(function (target, batchcmds, sourcefile, opt) -- end) if not has_script then local scriptcmd_file_name = opt.scriptcmd_file_name -- cgit v1.3.1