summaryrefslogtreecommitdiff
path: root/src/other_tools/utils/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/utils/TARGETS')
-rw-r--r--src/other_tools/utils/TARGETS6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS
index cf80bc47..9e3fa89d 100644
--- a/src/other_tools/utils/TARGETS
+++ b/src/other_tools/utils/TARGETS
@@ -3,7 +3,7 @@
, "name": ["archive_ops"]
, "hdrs": ["archive_ops.hpp"]
, "srcs": ["archive_ops.cpp"]
- , "deps": [["@", "gsl-lite", "", "gsl-lite"]]
+ , "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "other_tools", "utils"]
, "private-deps":
[["src/buildtool/file_system", "file_system_manager"], ["", "libarchive"]]
@@ -21,7 +21,7 @@
, "name": ["curl_easy_handle"]
, "hdrs": ["curl_easy_handle.hpp"]
, "srcs": ["curl_easy_handle.cpp"]
- , "deps": ["curl_context", ["@", "gsl-lite", "", "gsl-lite"]]
+ , "deps": ["curl_context", ["@", "gsl", "", "gsl"]]
, "stage": ["src", "other_tools", "utils"]
, "private-deps":
[ ["src/buildtool/logging", "logging"]
@@ -34,7 +34,7 @@
, "name": ["curl_url_handle"]
, "hdrs": ["curl_url_handle.hpp"]
, "srcs": ["curl_url_handle.cpp"]
- , "deps": ["curl_context", ["@", "gsl-lite", "", "gsl-lite"]]
+ , "deps": ["curl_context", ["@", "gsl", "", "gsl"]]
, "stage": ["src", "other_tools", "utils"]
, "private-deps": [["src/buildtool/logging", "logging"], ["", "libcurl"]]
}