summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-07-18 20:32:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-07-18 20:32:35 -0400
commitf1eb3c1b63b97de2a91c967e5c66f7b25c4963a2 (patch)
tree4b8d0b28fbe9283f1378ef57de38b50460ee83f4 /build.sh
parentd8dacc844ad5ffd97be42360b688bbf5cc23c50d (diff)
DRTVWR-447: Temporarily suppress building for BugSplat on Mac.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d531c0b046..216ce5720a 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"