Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur001 committed Apr 9, 2024
1 parent f5e3f5d commit c18f277
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/CMakeLists.txt
Expand Up @@ -701,10 +701,8 @@ if(APPLE)
)

add_custom_command(
TARGET mudlet POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
${mudlet_BINARY_DIR}/3rdparty/sentry-native/crashpad_build/handler/crashpad_handler
${mudlet_SOURCE_DIR}/src
TARGET mudlet POST_BUILD
COMMAND ls -R ${mudlet_BINARY_DIR}
)

if(DEFINED ENV{SENTRY_AUTH_TOKEN} AND NOT $ENV{SENTRY_AUTH_TOKEN} STREQUAL "" AND DEFINED ENV{SENTRY_ORG} AND NOT $ENV{SENTRY_ORG} STREQUAL "" AND DEFINED ENV{SENTRY_PROJECT} AND NOT $ENV{SENTRY_PROJECT} STREQUAL "")
Expand Down

0 comments on commit c18f277

Please sign in to comment.