diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-07 15:11:03 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-07 15:11:03 -0700 |
commit | e0737b142362e16c78deac38c11bb24ddbe695bc (patch) | |
tree | 59fc3e7b4cd44eb76920d3c8ea5e3eca7af04e13 /build.sh | |
parent | f6f3d7e0480c9c695abf6c48f553ad0e01121e78 (diff) |
misnamed file
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |