summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-03-18 12:28:08 -0400
committerbrad kittenbrink <brad@lindenlab.com>2011-03-18 12:28:08 -0400
commit6e0a9fb9fbd317b7b9b03d5d7e8eb4bd96200d3a (patch)
treeadd129d0bf9184398a42d735699dabd1299f936e /build.sh
parentdd8c9eb98a86b3d3716719b739480c562f72c880 (diff)
Added passing of viewer_channel to the autobuild configure line.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 625a09009b..9248c1f628 100755
--- a/build.sh
+++ b/build.sh
@@ -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"
}