Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1355584 Make NSIS an optional requirement for MINGW builds r=glan…
Browse files Browse the repository at this point in the history
…dium

MozReview-Commit-ID: JCrLbEeApxy
  • Loading branch information
tomrittervg committed Apr 12, 2017
1 parent 5c65115 commit 02bb66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz.configure
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def makensis_progs(target):

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.
@depends_if(nsis)
Expand Down

0 comments on commit 02bb66f

Please sign in to comment.