mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
12 lines
404 B
Text
12 lines
404 B
Text
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
|
|
ac_add_options --with-l10n-base=../../l10n
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
ac_add_options --enable-official-branding
|
|
|
|
# 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"
|
|
. "$topsrcdir/build/mozconfig.cache"
|