зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
518 B
Plaintext
18 строки
518 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/aurora
|
|
|
|
. "$topsrcdir/build/mozconfig.no-compile"
|
|
ac_add_options --disable-nodejs
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
# Don't autoclobber l10n, as this can lead to missing binaries and broken builds
|
|
# Bug 1283438
|
|
mk_add_options AUTOCLOBBER=
|
|
|
|
# Enable MOZ_ALLOW_LEGACY_EXTENSIONS
|
|
ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|