Commit c51510d1 by KokutoSan Committed by GitHub

Fix undefined symbol in MacOS dylib by adding absl::string dependency to…

Fix undefined symbol in MacOS dylib by adding absl::string dependency to absl::cord as proposed by moubctez on issue #624 (#670)
parent df3ea785
......@@ -538,6 +538,7 @@ absl_cc_library(
COPTS
${ABSL_DEFAULT_COPTS}
DEPS
absl::strings
absl::strings_internal
absl::base
absl::base_internal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment