summaryrefslogtreecommitdiff
path: root/src/buildtool/compatibility/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/compatibility/TARGETS')
-rw-r--r--src/buildtool/compatibility/TARGETS3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/compatibility/TARGETS b/src/buildtool/compatibility/TARGETS
index 93eedce0..18dac1c5 100644
--- a/src/buildtool/compatibility/TARGETS
+++ b/src/buildtool/compatibility/TARGETS
@@ -4,8 +4,9 @@
, "hdrs": ["compatibility.hpp", "native_support.hpp"]
, "deps":
[ ["src/buildtool/crypto", "hash_function"]
- , ["@", "gsl-lite", "", "gsl-lite"]
+ , ["@", "gsl", "", "gsl"]
, ["src/buildtool/logging", "logging"]
+ , ["src/utils/cpp", "gsl"]
]
, "stage": ["src", "buildtool", "compatibility"]
}