diff options
Diffstat (limited to 'src/buildtool/auth/TARGETS')
-rw-r--r-- | src/buildtool/auth/TARGETS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildtool/auth/TARGETS b/src/buildtool/auth/TARGETS index 6faf688c..a4d6fdbe 100644 --- a/src/buildtool/auth/TARGETS +++ b/src/buildtool/auth/TARGETS @@ -2,8 +2,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["auth"] , "hdrs": ["authentication.hpp"] - , "deps": - [["@", "gsl-lite", "", "gsl-lite"], ["src/buildtool/logging", "logging"]] + , "deps": [["@", "gsl", "", "gsl"], ["src/buildtool/logging", "logging"]] , "stage": ["src", "buildtool", "auth"] } } |