diff options
Diffstat (limited to 'src/other_tools/utils/TARGETS')
-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": |