diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-09-28 16:40:33 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-09-28 16:40:33 -0400 |
commit | 3e12a97a7f0dfa951c3997dd2117d2418fe21ce6 (patch) | |
tree | db11cdb39547072378746333dbf3491fcec8aed7 /scripts/testing | |
parent | 68be3018ab1dcaf31e9a67cd0fc4d996b535d17f (diff) |
SL-16040: Honor autobuild_{configure,build}_parameters variables.
The generic build.sh script honors these environment variables to specify
parameters to the autobuild configure and autobuild build steps, respectively.
Support them in the viewer-specific build.sh too.
In the generic build.sh, autobuild_configure_parameters allows specifying
command-line switches either for autobuild or, following --, for the
underlying tool (in our case, CMake). In order to support that variable the
same way here, we insert -- (as before) when autobuild_configure_parameters is
unset or empty, since the rest of the switches *we* specify are for CMake.
That means that, as with the generic build.sh, a non-empty
autobuild_configure_parameters override must precede any switches intended for
CMake with the -- separator.
Diffstat (limited to 'scripts/testing')
0 files changed, 0 insertions, 0 deletions