Skip to content
Snippets Groups Projects
Commit db76dbba authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-957: Convert absolute VIEWER_SYMBOL_FILE to native_path.

Thanks Ansariel.
parent 92b64fd5
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,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="$abs_build_dir/newview/$variant/secondlife-symbols-$symplat-${AUTOBUILD_ADDRSIZE}.tar.bz2"
VIEWER_SYMBOL_FILE="$(native_path "$abs_build_dir/newview/$variant/secondlife-symbols-$symplat-${AUTOBUILD_ADDRSIZE}.tar.bz2")"
fi
# don't spew credentials into build log
......
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