Skip to content

Commit 068a7bc

Browse files
committed
Assign SENTRY_CLI_EXECUTABLE
1 parent 7b6ed9c commit 068a7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/scripts/sentry-xcode-debug-files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if [ -z "$SENTRY_CLI_EXECUTABLE" ]; then
5050
fi
5151
fi
5252
fi
53+
[ -z "$SENTRY_CLI_EXECUTABLE" ] && SENTRY_CLI_EXECUTABLE="${SENTRY_CLI_PACKAGE_PATH}/bin/sentry-cli"
5354

5455
[[ $SENTRY_INCLUDE_NATIVE_SOURCES == "true" ]] && INCLUDE_SOURCES_FLAG="--include-sources" || INCLUDE_SOURCES_FLAG=""
5556

0 commit comments

Comments
 (0)