summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/build/build.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/build/build.lua b/xmake/actions/build/build.lua
index 731f6ff49..0213935fe 100644
--- a/xmake/actions/build/build.lua
+++ b/xmake/actions/build/build.lua
@@ -161,6 +161,7 @@ function _add_batchjobs_for_target(batchjobs, rootjob, target)
end
-- do before_build
+ -- we cannot add batchjobs for this rule scripts, @see https://github.com/xmake-io/xmake/issues/2684
local progress = (index * 100) / total
local before_build = target:script("build_before")
if before_build then