diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2011-03-18 12:28:08 -0400 | 
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2011-03-18 12:28:08 -0400 | 
| commit | 6e0a9fb9fbd317b7b9b03d5d7e8eb4bd96200d3a (patch) | |
| tree | add129d0bf9184398a42d735699dabd1299f936e | |
| parent | dd8c9eb98a86b3d3716719b739480c562f72c880 (diff) | |
Added passing of viewer_channel to the autobuild configure line.
| -rwxr-xr-x | build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -51,7 +51,7 @@ pre_build()  {    local variant="$1"    begin_section "Pre$variant" -    "$AUTOBUILD" configure -c $variant -- -DPACKAGE:BOOL=ON -DRELEASE_CRASH_REPORTING:BOOL=ON -DUSE_PRECOMPILED_HEADERS=FALSE +    "$AUTOBUILD" configure -c $variant -- -DPACKAGE:BOOL=ON -DRELEASE_CRASH_REPORTING:BOOL=ON -DUSE_PRECOMPILED_HEADERS=FALSE -DVIEWER_CHANNEL:STRING="$viewer_channel"    end_section "Pre$variant"  } | 
