summaryrefslogtreecommitdiff
path: root/config/mozconfigs/linux32/l10n-mozconfig
blob: 21b088dfeef341d876ae3b689041bdc6c4256f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
no_sccache=1

ac_add_options --with-l10n-base=../../l10n
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-official-branding

. $topsrcdir/build/unix/mozconfig.linux32

export MOZILLA_OFFICIAL=1

ac_add_options --disable-stdcxx-compat

# 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"