mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
13 lines
673 B
Diff
13 lines
673 B
Diff
diff --git a/src/diagnostics/CMakeLists.txt b/src/diagnostics/CMakeLists.txt
|
|
index 636d092..fec6273 100644
|
|
--- a/src/diagnostics/CMakeLists.txt
|
|
+++ b/src/diagnostics/CMakeLists.txt
|
|
@@ -104,7 +104,7 @@ include(${PROJECT_SOURCE_DIR}/build/module.cmake)
|
|
# === Install crashpad handler ===
|
|
set(CPAD_ROOT_PATH ${CMAKE_CURRENT_LIST_DIR}/crashpad_handler)
|
|
if (OS_IS_LIN)
|
|
- install(PROGRAMS ${CPAD_ROOT_PATH}/linux/x86-64/crashpad_handler DESTINATION bin)
|
|
+ #install(PROGRAMS ${CPAD_ROOT_PATH}/linux/x86-64/crashpad_handler DESTINATION bin)
|
|
elseif(OS_IS_WIN)
|
|
install(PROGRAMS ${CPAD_ROOT_PATH}/windows/x86-64/crashpad_handler.exe DESTINATION bin)
|
|
elseif(OS_IS_MAC)
|