diff --git a/build.sh b/build.sh index 05b464e43be95363dc4eb4a8510323290d45df99..052349da9f36ac87d94ebd05d17ab36a230642d8 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" }