2015-04-14 21:29:36 +03:00
|
|
|
. $topsrcdir/build/macosx/mozconfig.common
|
|
|
|
|
2015-04-28 05:37:32 +03:00
|
|
|
ac_add_options --enable-verify-mar
|
2015-04-14 21:29:36 +03:00
|
|
|
ac_add_options --with-google-oauth-api-keyfile=/builds/google-oauth-api.key
|
|
|
|
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
|
|
|
|
if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
|
|
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
|
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
|
|
|
|
# Package js shell.
|
|
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
|
2015-05-28 17:03:23 +03:00
|
|
|
ac_add_options --with-branding=browser/branding/nightly
|
|
|
|
|
2015-04-14 21:29:36 +03:00
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
2015-07-10 05:04:39 +03:00
|
|
|
. "$topsrcdir/build/mozconfig.cache"
|