summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-07 14:16:11 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-07 14:16:11 -0700
commit63a4ad9b98a21b86986385398f7a93043c4f3650 (patch)
treeb4f53e2bcec95d4fda38698b8fd7e838075cbbb1 /build.sh
parent753cf01ef0165e840d90fe9e9b943eb27c2b6f19 (diff)
Add Windows multi-pdb upload capability
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2a2227657b..1e5e8470eb 100755
--- a/build.sh
+++ b/build.sh
@@ -170,7 +170,7 @@ pre_build()
# This name is consumed by indra/newview/CMakeLists.txt. Make it
# absolute because we've had troubles with relative pathnames.
abs_build_dir="$(cd "$build_dir"; pwd)"
- VIEWER_SYMBOL_FILE="$(native_path "$abs_build_dir/newview/$variant/secondlife-symbols-$symplat-${AUTOBUILD_ADDRSIZE}.tar.xz")"
+ VIEWER_SYMBOL_FILE="$(native_path "$abs_build_dir/symbols/$variant/${viewer_channel}.tar.xz")"
fi
# honor autobuild_configure_parameters same as sling-buildscripts