diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-08-27 13:55:50 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-08-27 13:55:50 -0400 |
commit | 3f7c75b8a075a5cd5765b1791a58f5d8e2b164dd (patch) | |
tree | ad263741b77fd9c79fb4a5c784ef063552280634 /indra/llcorehttp | |
parent | c2178bb6ac139d47eb2bfdf9e85811a6f02810ed (diff) |
SL-957: Explicitly pass VIEWER_SYMBOL_FILE from build.sh into CMake
instead of relying on both indra/newview/CMakeLists.txt and build.sh
generating the same file pathname.
Make build.sh set VIEWER_SYMBOL_FILE (instead of symbolfile) in pre_build, and
pass it to autobuild configure via -D switch. Then the uploads stanza can just
use VIEWER_SYMBOL_FILE instead of performing its platform-sensitive case
statement right there.
Introduce VIEWER_SYMBOL_FILE CMake cache variable, default empty string.
Make indra/newview/CMakeLists.txt generate_breakpad_symbols logic conditional
on VIEWER_SYMBOL_FILE being non-empty, as well as everything else. Eliminate
local set(VIEWER_SYMBOL_FILE) directives.
Diffstat (limited to 'indra/llcorehttp')
0 files changed, 0 insertions, 0 deletions