Ver código fonte

[Minor] Fix OSX build with backwards

Issue: #4752
tags/3.8.0
Vsevolod Stakhov 3 meses atrás
pai
commit
6359ef9593
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3
    1
      contrib/backward-cpp/BackwardConfig.cmake

+ 3
- 1
contrib/backward-cpp/BackwardConfig.cmake Ver arquivo

@@ -139,7 +139,9 @@ if (${STACK_DETAILS_AUTO_DETECT})
# If we attempt to link against static bfd, make sure to link its dependencies, too
get_filename_component(bfd_lib_ext "${LIBBFD_LIBRARY}" EXT)
if (bfd_lib_ext STREQUAL "${CMAKE_STATIC_LIBRARY_SUFFIX}")
list(APPEND _BACKWARD_LIBRARIES iberty z)
if (NOT APPLE)
list(APPEND _BACKWARD_LIBRARIES iberty z)
endif()
endif()

set(STACK_DETAILS_DW FALSE)

Carregando…
Cancelar
Salvar