xlazom00

0001-remove-libdisasm-dependency.patch

Jul 22nd, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. From 9fa25c6790e855eb2e6705dff181e1a62d96d3ba Mon Sep 17 00:00:00 2001
  2. From: Michal Lazo <[email protected]>
  3. Date: Wed, 22 Jul 2020 11:02:02 +0200
  4. Subject: [PATCH] remove libdisasm dependency
  5.  
  6. ---
  7. CMakeLists.txt | 2 --
  8. 1 file changed, 2 deletions(-)
  9.  
  10. diff --git a/CMakeLists.txt b/CMakeLists.txt
  11. index 11300294..faf36870 100644
  12. --- a/CMakeLists.txt
  13. +++ b/CMakeLists.txt
  14. @@ -24,10 +24,8 @@ file(GLOB_RECURSE LIBBREAKPAD_SOURCES src/processor/*.cc)
  15. list(FILTER LIBBREAKPAD_SOURCES EXCLUDE REGEX
  16. "_unittest|synth_minidump|/tests|/testdata|/linux|/mac|/android|/solaris|microdump_stackwalk|minidump_dump|minidump_stackwalk")
  17.  
  18. -find_library(LIBDISASM_LIB NAMES libdisasmd libdisasm)
  19.  
  20. add_library(libbreakpad ${LIBBREAKPAD_SOURCES})
  21. -target_link_libraries(libbreakpad PRIVATE ${LIBDISASM_LIB})
  22.  
  23. target_include_directories(libbreakpad
  24. PUBLIC
  25. --
  26. 2.26.1.windows.1
Advertisement
Add Comment
Please, Sign In to add comment