diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-01-04 09:27:36 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-01-04 09:27:36 -0500 |
commit | 8b4022f041c0ae726894e09460fa5358495a8a0f (patch) | |
tree | 0bef88cbbf484d096e306c158cd84fd32be58156 | |
parent | 3b62401cf5119d81f0225507641c84201aaecd00 (diff) |
DRTVWR-418: Consume autobuild_configure_parameters in build.sh.
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ pre_build() -DGRID:STRING="\"$viewer_grid\"" \ -DLL_TESTS:BOOL="$run_tests" \ -DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url \ + $autobuild_configure_parameters \ || fatal "$variant configuration failed" end_section "Configure $variant" |