diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
commit | 1f99796d6f808f006dff6dc6576910bef493e244 (patch) | |
tree | 92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /src/other_tools/utils | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'src/other_tools/utils')
-rw-r--r-- | src/other_tools/utils/TARGETS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS index 6b4e00bd..4d44c9e5 100644 --- a/src/other_tools/utils/TARGETS +++ b/src/other_tools/utils/TARGETS @@ -5,9 +5,9 @@ , "srcs": ["curl_context.cpp"] , "stage": ["src", "other_tools", "utils"] , "private-deps": - [ ["src/buildtool/logging", "log_level"] + [ ["", "libcurl"] + , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] - , ["", "libcurl"] ] } , "curl_easy_handle": @@ -19,9 +19,9 @@ , "stage": ["src", "other_tools", "utils"] , "private-deps": [ ["@", "gsl", "", "gsl"] + , ["", "libcurl"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/logging", "logging"] - , ["", "libcurl"] ] } , "curl_url_handle": @@ -32,9 +32,9 @@ , "deps": ["curl_context", ["@", "gsl", "", "gsl"]] , "stage": ["src", "other_tools", "utils"] , "private-deps": - [ ["src/buildtool/logging", "log_level"] + [ ["", "libcurl"] + , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] - , ["", "libcurl"] ] } , "content": |