Skip to content

Commit

Permalink
Fix undefined symbol in MacOS dylib by adding absl::string dependency…
Browse files Browse the repository at this point in the history
… to absl::cord as proposed by moubctez on issue #624 (#670)
  • Loading branch information
KokutoSan authored Apr 22, 2020
1 parent df3ea78 commit c51510d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions absl/strings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ absl_cc_library(
COPTS
${ABSL_DEFAULT_COPTS}
DEPS
absl::strings
absl::strings_internal
absl::base
absl::base_internal
Expand Down

0 comments on commit c51510d

Please sign in to comment.