Allow (try at least) to enable bugsplat on Mac

master
Beq 2024-09-02 19:56:59 +01:00
parent acae30fd28
commit 2b593e7e74
1 changed files with 0 additions and 9 deletions

View File

@ -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