зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1355584 Make NSIS an optional requirement for MINGW builds r=glandium
MozReview-Commit-ID: JCrLbEeApxy --HG-- extra : rebase_source : 47a75c2323900854e962ca6baaa25bc0a5a3e62d
This commit is contained in:
Родитель
fd11319799
Коммит
abdd83c00f
|
@ -335,7 +335,7 @@ def makensis_progs(target):
|
||||||
|
|
||||||
return tuple(candidates)
|
return tuple(candidates)
|
||||||
|
|
||||||
nsis = check_prog('MAKENSISU', makensis_progs)
|
nsis = check_prog('MAKENSISU', makensis_progs, allow_missing=True)
|
||||||
|
|
||||||
# Make sure the version of makensis is up to date.
|
# Make sure the version of makensis is up to date.
|
||||||
@depends_if(nsis)
|
@depends_if(nsis)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче