summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-05 21:34:52 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-05 21:34:52 -0700
commit946b165b99fe1cffbb756a6ee8ff3fa7af756cc6 (patch)
treeb0ac9ad32643c12b1595f4da69649acf74d827bf /build.sh
parente96416bdd2ed20b8b5a1fc08a35c7a4ee4eee832 (diff)
Missed file
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 26c4399ae8..e09e6f9f5c 100755
--- a/build.sh
+++ b/build.sh
@@ -526,7 +526,6 @@ then
# nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file.
if [ "${RELEASE_CRASH_REPORTING:-}" != "OFF" ]
then
- # BugSplat wants to see xcarchive.zip
# e.g. build-darwin-x86_64/newview/Release/Second Life Test.sym.tar.gz
symbol_file="${build_dir}/newview/${variant}/${viewer_channel}.sym.tar.gz"
if [[ ! -f "$symbol_file" ]]