summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2011-01-18 15:40:07 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2011-01-18 15:40:07 -0800
commit8bc12ce82fa4d7ce8584a6dbc095a0cfe3ae88e3 (patch)
tree86d4f449200e9c0f1308a90028256f35dc287ed0 /build.sh
parentf38c18bb3d92bf6d1b918e30e21616fa7a9bb578 (diff)
do packaging stuff and build breakpad symbols.
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 05b464e43b..052349da9f 100755
--- a/build.sh
+++ b/build.sh
@@ -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"
}