diff options
| author | ruki <[email protected]> | 2021-05-12 00:37:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-12 00:37:42 +0800 |
| commit | 4e67226f86e1949d1087893cd8fe218535d91ba9 (patch) | |
| tree | ab02507940eabe403903b4ce80ec353681510223 /xmake/modules/private/action/build/object.lua | |
| parent | a19a2e76fbd8abe1f592f013776a8776a758aa1f (diff) | |
isolate coroutine
Diffstat (limited to 'xmake/modules/private/action/build/object.lua')
| -rw-r--r-- | xmake/modules/private/action/build/object.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/build/object.lua b/xmake/modules/private/action/build/object.lua index 020c1ebc9..50397cda4 100644 --- a/xmake/modules/private/action/build/object.lua +++ b/xmake/modules/private/action/build/object.lua @@ -114,6 +114,6 @@ function main(target, batchjobs, sourcebatch, opt) batchjobs:addjob(sourcefile, function (index, total) local build_opt = table.join({objectfile = objectfile, dependfile = dependfile, sourcekind = sourcekind, progress = (index * 100) / total}, opt) _build_object(target, sourcefile, build_opt) - end, {rootjob = rootjob, envs = target:pkgenvs()}) + end, {rootjob = rootjob}) end end |
