Skip to content

Commit ec906f8

Browse files
Fix after rebase
Signed-off-by: Marek Kubica <[email protected]>
1 parent ac78d7b commit ec906f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/source/workspace.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ let source_path_of_lock_dir_path path =
742742
| In_build_dir b ->
743743
(match Path.Build.explode b with
744744
| [ _; _; ".lock"; lock_dir ] -> Path.Source.of_string lock_dir
745+
| [ ".dev-tools.locks"; dev_tool ] ->
746+
Path.Source.L.relative Path.Source.root [ "_build"; ".dev-tools.locks"; dev_tool ]
745747
| components ->
746748
Code_error.raise
747749
"Unsupported build path"

0 commit comments

Comments
 (0)