do packaging stuff and build breakpad symbols.

master
Andrew A. de Laix 2011-01-18 15:40:07 -08:00
parent f38c18bb3d
commit 8bc12ce82f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pre_build()
local variant="$1"
begin_section "Pre$variant"
"$AUTOBUILD" install --skip-license-check
"$AUTOBUILD" configure -c $variant
"$AUTOBUILD" configure -c $variant -- -DPACKAGE:BOOL=ON -DRELEASE_CRASH_REPORTING:BOOL=ON
end_section "Pre$variant"
}