Bug 1338099 - Export MOZILLA_OFFICIAL in the source build for sourcestamp.txt; r=nalexander

MOZ_INCLUDE_SOURCE_INFO is needed for us to write out the MOZ_SOURCE_URL
in sourcestamp.txt, and MOZ_INCLUDE_SOURCE_INFO is set in configure only
for MOZILLA_OFFICIAL=1 builds.

Differential Revision: https://phabricator.services.mozilla.com/D32519

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Shal 2019-05-24 23:41:27 +00:00
parent ada05de43c
commit b90935eec1

View file

@ -3,3 +3,4 @@
# extra dependencies on specific toolchains, e.g. gtk3.
ac_add_options --disable-compile-environment
ac_add_options --disable-nodejs
export MOZILLA_OFFICIAL=1