mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
no_sccache=1
|
|
|
|
ac_add_options --with-l10n-base=../../l10n
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
ac_add_options --enable-update-packaging
|
|
ac_add_options --enable-official-branding
|
|
|
|
. $topsrcdir/build/unix/mozconfig.linux
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
ac_add_options --disable-stdcxx-compat
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|