From 2b593e7e74feca8b69cc3351d0fa52a57e45c046 Mon Sep 17 00:00:00 2001 From: Beq Date: Mon, 2 Sep 2024 19:56:59 +0100 Subject: [PATCH] Allow (try at least) to enable bugsplat on Mac --- scripts/configure_firestorm.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 9cab69753d..73ebcfe17d 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -309,15 +309,6 @@ if [ ! -d `dirname "$LOG"` ] ; then mkdir -p `dirname "$LOG"` fi -if [ $TARGET_PLATFORM == "darwin" ] -then - if [ $WANTS_CRASHREPORTING -eq $TRUE ] - then - echo "--crashreporting is not supported on this platform" - WANTS_CRASHREPORTING=$FALSE - fi -fi - echo -e "configure_firestorm.sh" > $LOG echo -e " PLATFORM: $TARGET_PLATFORM" | tee -a $LOG echo -e " KDU: `b2a $WANTS_KDU`" | tee -a $LOG