Bug 1616630 - Add PYTHON3 to fastermake variables; r=firefox-build-system-reviewers,rstewart

Without PYTHON3 defined, we can't actually run any GENERATED_FILES
scripts in the fastermake backend.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Shal 2020-02-21 00:05:04 +00:00
Родитель ff5e1dafb1
Коммит 6046e59875
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -169,6 +169,7 @@ class FasterMakeBackend(MakeBackend, PartialBackend):
# Add a few necessary variables inherited from configure
for var in (
'PYTHON',
'PYTHON3',
'ACDEFINES',
'MOZ_BUILD_APP',
'MOZ_WIDGET_TOOLKIT',