From 02972bc466de4c3b4598bcf28a59d045fef2fef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E9=9F=AC?= Date: Mon, 3 Jul 2023 08:39:11 +0000 Subject: [PATCH] change abseil_cpp to abseil-cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢韬 --- bundle.json | 2 +- configure_copts.gni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 74ec245..d348da4 100644 --- a/bundle.json +++ b/bundle.json @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "abseil_cpp", + "name": "abseil-cpp", "subsystem": "thirdparty", "syscap": [], "features": [], diff --git a/configure_copts.gni b/configure_copts.gni index e082329..8d7788c 100644 --- a/configure_copts.gni +++ b/configure_copts.gni @@ -13,7 +13,7 @@ ABSEIL_DIR = get_path_info("./abseil-cpp/", "abspath") THIRDPARTY_ABSEIL_SUBSYS_NAME = "thirdparty" -THIRDPARTY_ABSEIL_PART_NAME = "abseil_cpp" +THIRDPARTY_ABSEIL_PART_NAME = "abseil-cpp" ABSL_DEFAULT_COPTS = [ "-Wall", "-Wextra", -- Gitee