зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1380814 - buildbot linux l10n repacks generate linux64 binaries r=glandium
MozReview-Commit-ID: 1Z8JnBXeejU --HG-- extra : rebase_source : c54ed60d27ed4b5869a3b77ead30fe48cc80fc1a extra : source : acd4c78f170579858b3900c3477b1400d286c4ed
This commit is contained in:
Родитель
0c4511b5ef
Коммит
387b91c816
|
@ -6,6 +6,11 @@ ac_add_options --with-branding=browser/branding/nightly
|
|||
|
||||
. "$topsrcdir/build/mozconfig.no-compile"
|
||||
|
||||
if test `uname -m` = "x86_64"; then
|
||||
ac_add_options --target=i686-pc-linux
|
||||
ac_add_options --host=i686-pc-linux
|
||||
fi
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
# Enable Telemetry
|
||||
|
|
|
@ -6,6 +6,11 @@ ac_add_options --with-branding=browser/branding/aurora
|
|||
|
||||
. "$topsrcdir/build/mozconfig.no-compile"
|
||||
|
||||
if test `uname -m` = "x86_64"; then
|
||||
ac_add_options --target=i686-pc-linux
|
||||
ac_add_options --host=i686-pc-linux
|
||||
fi
|
||||
|
||||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
# Enable Telemetry
|
||||
|
|
Загрузка…
Ссылка в новой задаче