diff options
| author | Oz Linden <oz@lindenlab.com> | 2016-07-26 17:50:14 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2016-07-26 17:50:14 -0400 | 
| commit | 3f2b5f404942c9e5f98f75de819c788ea127c086 (patch) | |
| tree | 4c55cf9c154415a779dac2be76ff0de343739586 | |
| parent | 47f2c6bd52a9e929af8ccefa08d11ad18f05602b (diff) | |
| parent | b779ca0aed88ec73284790781a53575e709f3010 (diff) | |
merge build script improvement
| -rwxr-xr-x | build.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -101,7 +101,8 @@ pre_build()       -DVIEWER_CHANNEL:STRING="\"$viewer_channel\"" \       -DGRID:STRING="\"$viewer_grid\"" \       -DLL_TESTS:BOOL="$run_tests" \ -     -DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url +     -DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url \ +    || fatal "$variant configuration failed"    end_section "Configure $variant"  } | 
