зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
455 B
Plaintext
17 строки
455 B
Plaintext
ac_add_options --with-l10n-base=../../l10n
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
ac_add_options --with-branding=browser/branding/nightly
|
|
|
|
. "$topsrcdir/build/mozconfig.no-compile"
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
# Enable Telemetry
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
# Don't autoclobber l10n, as this can lead to missing binaries and broken builds
|
|
# Bug 1283438
|
|
mk_add_options AUTOCLOBBER=
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|