Wait for deps and sdeps at once

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-05-31 14:01:22 +07:00
parent 8fea39b09b
commit f9a215921b
1 changed files with 1 additions and 3 deletions

View File

@ -808,9 +808,7 @@ module Action = struct
let build = let build =
Build.record_lib_deps_simple forms.lib_deps Build.record_lib_deps_simple forms.lib_deps
>>> >>>
Build.path_set deps Build.path_set (Path.Set.union deps forms.sdeps)
>>>
Build.path_set forms.sdeps
>>> >>>
Build.arr (fun paths -> ((), paths)) Build.arr (fun paths -> ((), paths))
>>> >>>