Added passing of viewer_channel to the autobuild configure line.
parent
dd8c9eb98a
commit
6e0a9fb9fb
2
build.sh
2
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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue