Added passing of viewer_channel to the autobuild configure line.

master
brad kittenbrink 2011-03-18 12:28:08 -04:00
parent dd8c9eb98a
commit 6e0a9fb9fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}