diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-05 18:17:03 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-05 18:17:03 -0700 |
commit | 293187e04b5dfbc002fd694b75ffdca4b2fdbc8e (patch) | |
tree | 7a62cbed068a148c37f9f98306bb73e97701cd68 /build.sh | |
parent | ab07023c93bdf514f4f84dc63b814d9acbe8af76 (diff) |
Build mac symbols for multiple binaries/dynamic libraries and upload them all to bugsplat
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -527,8 +527,8 @@ then if [ "${RELEASE_CRASH_REPORTING:-}" != "OFF" ] then # BugSplat wants to see xcarchive.zip - # e.g. build-darwin-x86_64/newview/Release/Second Life Test.xcarchive.zip - symbol_file="${build_dir}/newview/${variant}/${viewer_channel}.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" ]] then # symbol tarball we prep for (e.g.) Breakpad |