From 3ca8263fb462bb0aba23b8d27d717a961db5bad6 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 15 Aug 2018 16:12:56 -0400
Subject: [PATCH] Backed out changeset 25b55601514d: re-enable building
 BugSplat on Mac.

---
 build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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