diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-08-31 16:59:59 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2018-08-31 16:59:59 -0400 | 
| commit | db76dbba33b6c161486099b20b6f820f0e374ef6 (patch) | |
| tree | 22ddef09d9809fd40e11c741f75a6ccf9ed42a3b | |
| parent | 92b64fd59e6ac83bec8c165eb2f1ee31ff5eb059 (diff) | |
SL-957: Convert absolute VIEWER_SYMBOL_FILE to native_path.
Thanks Ansariel.
| -rwxr-xr-x | build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
