Bug 1585370 - Make NSIS a required component for builds r=dmajor

This reverts Bug 1355584 which made it optional for MinGW. We now use
it in MinGW so let's make it required again.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-10-12 02:51:45 +00:00
Родитель 3c92d6087f
Коммит 02ce94ed09
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -558,7 +558,7 @@ def makensis_progs(target):
return tuple(candidates)
nsis = check_prog('MAKENSISU', makensis_progs, allow_missing=True)
nsis = check_prog('MAKENSISU', makensis_progs)
# Make sure the version of makensis is up to date.
@depends_if(nsis)