Skip to content
Snippets Groups Projects
Commit e0737b14 authored by Roxie Linden's avatar Roxie Linden
Browse files

misnamed file

parent f6f3d7e0
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ pre_build() ...@@ -170,7 +170,7 @@ pre_build()
# This name is consumed by indra/newview/CMakeLists.txt. Make it # This name is consumed by indra/newview/CMakeLists.txt. Make it
# absolute because we've had troubles with relative pathnames. # absolute because we've had troubles with relative pathnames.
abs_build_dir="$(cd "$build_dir"; pwd)" 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 fi
# honor autobuild_configure_parameters same as sling-buildscripts # honor autobuild_configure_parameters same as sling-buildscripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment