summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-06 18:41:46 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-06 18:41:46 -0700
commitece9cb8022d1c889bfd02ce52f0dd470460d5a21 (patch)
tree721d6540d4b6bed656a79872a966403d538bf09c /build.sh
parentc52c25e10db2b86a70929793a5d723c012a37671 (diff)
Build an xcarchive for mac symbol upload.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e09e6f9f5c..ab78b56515 100755
--- a/build.sh
+++ b/build.sh
@@ -526,8 +526,8 @@ then
# nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file.
if [ "${RELEASE_CRASH_REPORTING:-}" != "OFF" ]
then
- # 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"
+ # e.g. build-darwin-x86_64/symbols/Release/Second Life Test.xarchive.zip
+ symbol_file="${build_dir}/symbols/${variant}/${viewer_channel}.xarchive.zip"
if [[ ! -f "$symbol_file" ]]
then
# symbol tarball we prep for (e.g.) Breakpad