set default empty value for MINGWPREFIX
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3973 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
76391b7043
commit
96f98582ce
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ defenv = Environment()
|
|||
Export('defenv')
|
||||
|
||||
opts = Options()
|
||||
opts.Add(('MINGWPREFIX', 'MinGW toolset prefix'))
|
||||
opts.Add(('MINGWPREFIX', 'MinGW toolset prefix', 0))
|
||||
opts.Add(BoolOption('MSTOOLKIT', 'Use Microsoft Visual C++ Toolkit', 'no'))
|
||||
opts.Add(BoolOption('DEBUG', 'Build executables with debugging information', 'no'))
|
||||
opts.Update(defenv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue