From c8a62a74b74e8b1cd9e8d3f42aed90d22e0dfc0f Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 18 Feb 2025 10:28:35 +0100 Subject: GitApi: rename library "git" => "git_api" --- src/buildtool/execution_api/git/TARGETS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/execution_api/git/TARGETS') diff --git a/src/buildtool/execution_api/git/TARGETS b/src/buildtool/execution_api/git/TARGETS index 6bb4bf46..dc89b6c1 100644 --- a/src/buildtool/execution_api/git/TARGETS +++ b/src/buildtool/execution_api/git/TARGETS @@ -1,6 +1,6 @@ -{ "git": +{ "git_api": { "type": ["@", "rules", "CC", "library"] - , "name": ["git"] + , "name": ["git_api"] , "hdrs": ["git_api.hpp"] , "srcs": ["git_api.cpp"] , "deps": -- cgit v1.2.3