summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/build/target_utils.lua2
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