Skip to content

Commit

Permalink
New line before CRASHPAD_HANDLER_GENERATE_STATIC_LIB check
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed May 29, 2024
1 parent ea11828 commit ab2edcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if (ANDROID)
crashpad_handler_main.cc
)
endif (ANDROID)

# Used to implement a work-around for launching the Crashpad handler stored in an APK.
if (CRASHPAD_HANDLER_GENERATE_STATIC_LIB)
add_library(handlerlib STATIC ${CRASHPAD_HANDLER_LIBRARY_FILES})
Expand Down

0 comments on commit ab2edcf

Please sign in to comment.