diff --git a/bundle.json b/bundle.json index 74ec245b36e612213257e754b28e95260302046c..d348da480f3bf347b514162df7f4408806efa705 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 e082329c8bd03d3d54079112ed64b58e17b9edbd..8d7788c638ba51ab2630e7ea4b2bb828547d5bc5 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",