diff options
| author | ruki <[email protected]> | 2022-08-27 11:06:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-27 11:06:35 +0800 |
| commit | 0de419f2bc05722ebd22d06dd83b92947df2c165 (patch) | |
| tree | 2482d2cb435fd0d0b0ad812da7aa40bd18198961 | |
| parent | ce94b2a02d4a5499bb0809a35bf2af720592de05 (diff) | |
add comments
| -rw-r--r-- | xmake/actions/build/build.lua | 1 |
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 |
