Skip to content

Commit c51510d

Browse files
authored
Fix undefined symbol in MacOS dylib by adding absl::string dependency to absl::cord as proposed by moubctez on issue #624 (#670)
1 parent df3ea78 commit c51510d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

absl/strings/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ absl_cc_library(
538538
COPTS
539539
${ABSL_DEFAULT_COPTS}
540540
DEPS
541+
absl::strings
541542
absl::strings_internal
542543
absl::base
543544
absl::base_internal

0 commit comments

Comments
 (0)