From f1eb3c1b63b97de2a91c967e5c66f7b25c4963a2 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 18 Jul 2018 20:32:35 -0400
Subject: [PATCH] DRTVWR-447: Temporarily suppress building for BugSplat on
 Mac.

---
 build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index d531c0b046e..216ce5720a8 100755
--- a/build.sh
+++ b/build.sh
@@ -106,7 +106,8 @@ pre_build()
     # don't spew credentials into build log
     bugsplat_sh="$build_secrets_checkout/bugsplat/bugsplat.sh"
     set +x
-    if [ -r "$bugsplat_sh" ]
+    # HACK: Suppress for Mac until BugSplat fixes the Mac client API
+    if [ -r "$bugsplat_sh" -a "$arch" != "Darwin" ]
     then # show that we're doing this, just not the contents
          echo source "$bugsplat_sh"
          source "$bugsplat_sh"
-- 
GitLab