diff options
Diffstat (limited to 'src/buildtool/compatibility/TARGETS')
-rw-r--r-- | src/buildtool/compatibility/TARGETS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buildtool/compatibility/TARGETS b/src/buildtool/compatibility/TARGETS index 6c26fb48..e585efa6 100644 --- a/src/buildtool/compatibility/TARGETS +++ b/src/buildtool/compatibility/TARGETS @@ -1,13 +1,11 @@ { "compatibility": { "type": ["@", "rules", "CC", "library"] , "name": ["compatibility"] - , "hdrs": ["compatibility.hpp", "native_support.hpp"] + , "hdrs": ["compatibility.hpp"] , "deps": [ ["src/buildtool/crypto", "hash_function"] - , ["@", "gsl", "", "gsl"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/logging", "logging"] - , ["src/utils/cpp", "gsl"] ] , "stage": ["src", "buildtool", "compatibility"] } |