diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-18 15:40:07 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-18 15:40:07 -0800 |
commit | 8bc12ce82fa4d7ce8584a6dbc095a0cfe3ae88e3 (patch) | |
tree | 86d4f449200e9c0f1308a90028256f35dc287ed0 | |
parent | f38c18bb3d92bf6d1b918e30e21616fa7a9bb578 (diff) |
do packaging stuff and build breakpad symbols.
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |