summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/win64/l10n-mozconfig-devedition
blob: 26dcfea7b36cd4cc817d3372d9a4b48d9bcdf72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. "$topsrcdir/browser/config/mozconfigs/common"
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
. "$topsrcdir/build/mozconfig.no-compile"

ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --with-branding=browser/branding/aurora

ac_add_options --disable-nodejs
unset 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=

. "$topsrcdir/build/mozconfig.common.override"