summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-07 15:11:03 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-07 15:11:03 -0700
commite0737b142362e16c78deac38c11bb24ddbe695bc (patch)
tree59fc3e7b4cd44eb76920d3c8ea5e3eca7af04e13 /build.sh
parentf6f3d7e0480c9c695abf6c48f553ad0e01121e78 (diff)
misnamed file
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 1e5e8470eb..93babd9226 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/symbols/$variant/${viewer_channel}.tar.xz")"
+ VIEWER_SYMBOL_FILE="$(native_path "$abs_build_dir/symbols/$variant/${viewer_channel}.sym.tar.xz")"
fi
# honor autobuild_configure_parameters same as sling-buildscripts