We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a863092 commit eb7e0a1Copy full SHA for eb7e0a1
CMakeLists.txt
@@ -836,6 +836,7 @@ if (USE_BREAKPAD)
836
elseif (LINUX)
837
add_library(srclibs-breakpad EXCLUDE_FROM_ALL ${BREAKPAD_LIST})
838
set_target_properties(srclibs-breakpad PROPERTIES POSITION_INDEPENDENT_CODE 1 FOLDER "libs")
839
+ target_compile_definitions(srclibs-breakpad PUBLIC HAVE_GETCONTEXT=1)
840
set(LIBS_ENGINE ${LIBS_ENGINE} srclibs-breakpad)
841
842
add_executable(crash_server src/engine/crash_server/crash_server_linux.cpp)
0 commit comments