diff options
| author | ruki <[email protected]> | 2025-03-29 00:58:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:56 +0800 |
| commit | ec6334f3c829925ecddb36c36d3ae878db18ef4e (patch) | |
| tree | 9dde5b47824d0c48298ea6bd3827ed19fc73691b | |
| parent | 6e967051effcbb383a1c8925857625424d384ee8 (diff) | |
update comment
| -rw-r--r-- | xmake/actions/build/target_utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
