Skip to content

Commit

Permalink
Link absl::demangle_internal
Browse files Browse the repository at this point in the history
Also, update Abseil to fix a template type deduction failure.

This should hopefully fix the CI build failures.
  • Loading branch information
carlocab committed Aug 28, 2024
1 parent 6b78e08 commit 901cd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ if(NOT absl_FOUND)
endif()
list(APPEND LIBBLOATY_LIBS absl::strings)
list(APPEND LIBBLOATY_LIBS absl::optional)
list(APPEND LIBBLOATY_LIBS absl::demangle_internal)
list(APPEND LIBBLOATY_LIBS Threads::Threads)

if(DEFINED ENV{LIB_FUZZING_ENGINE})
Expand Down

0 comments on commit 901cd48

Please sign in to comment.