summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-08-31 16:59:59 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-08-31 16:59:59 -0400
commitdb76dbba33b6c161486099b20b6f820f0e374ef6 (patch)
tree22ddef09d9809fd40e11c741f75a6ccf9ed42a3b /build.sh
parent92b64fd59e6ac83bec8c165eb2f1ee31ff5eb059 (diff)
SL-957: Convert absolute VIEWER_SYMBOL_FILE to native_path.
Thanks Ansariel.
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 de7e474479..1f9daa78b2 100755
--- a/build.sh
+++ b/build.sh
@@ -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