From 0de419f2bc05722ebd22d06dd83b92947df2c165 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 27 Aug 2022 11:06:35 +0800 Subject: add comments --- xmake/actions/build/build.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1