From 1f99796d6f808f006dff6dc6576910bef493e244 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 23 Sep 2024 13:06:54 +0200 Subject: Reorder dependencies and remove duplicates in OSS --- src/other_tools/utils/TARGETS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/other_tools/utils') 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": -- cgit v1.2.3