diff options
Diffstat (limited to 'src/buildtool/crypto/TARGETS')
-rw-r--r-- | src/buildtool/crypto/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/crypto/TARGETS b/src/buildtool/crypto/TARGETS index 9598206c..ab2d6b21 100644 --- a/src/buildtool/crypto/TARGETS +++ b/src/buildtool/crypto/TARGETS @@ -22,7 +22,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["hash_function"] , "hdrs": ["hash_function.hpp"] - , "deps": ["hasher", ["@", "gsl-lite", "", "gsl-lite"]] + , "deps": ["hasher", ["@", "gsl", "", "gsl"]] , "stage": ["src", "buildtool", "crypto"] } } |