Skip to content

Commit

Permalink
Link absl::demangle_internal
Browse files Browse the repository at this point in the history
This should hopefully fix the CI build failures.
  • Loading branch information
carlocab committed Aug 28, 2024
1 parent 6b78e08 commit 9647e84
Showing 1 changed file with 1 addition and 0 deletions.
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 9647e84

Please sign in to comment.