summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/crypto/TARGETS')
-rw-r--r--src/buildtool/crypto/TARGETS6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/buildtool/crypto/TARGETS b/src/buildtool/crypto/TARGETS
index db72b11d..4f73badf 100644
--- a/src/buildtool/crypto/TARGETS
+++ b/src/buildtool/crypto/TARGETS
@@ -5,10 +5,8 @@
, "srcs": ["hasher.cpp", "hash_impl_sha1.cpp", "hash_impl_sha256.cpp"]
, "stage": ["src", "buildtool", "crypto"]
, "deps":
- [ ["src/buildtool/logging", "logging"]
- , ["src/utils/cpp", "hex_string"]
- , ["@", "ssl", "", "crypto"]
- ]
+ [["src/buildtool/logging", "logging"], ["src/utils/cpp", "hex_string"]]
+ , "private-deps": [["@", "ssl", "", "crypto"]]
}
, "hash_function":
{ "type": ["@", "rules", "CC", "library"]