diff options
Diffstat (limited to 'src/other_tools/utils/TARGETS')
-rw-r--r-- | src/other_tools/utils/TARGETS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS index 4d44c9e5..9eccf244 100644 --- a/src/other_tools/utils/TARGETS +++ b/src/other_tools/utils/TARGETS @@ -63,7 +63,10 @@ , ["src/utils/cpp", "expected"] ] , "private-deps": - [["@", "fmt", "", "fmt"], ["src/buildtool/crypto", "hash_info"]] + [ ["@", "fmt", "", "fmt"] + , ["src/buildtool/crypto", "hash_info"] + , ["src/utils/cpp", "path"] + ] , "stage": ["src", "other_tools", "utils"] } , "parse_git_tree": |