updated comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4734 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
55207cde1d
commit
a3e92a11f4
1 changed files with 4 additions and 1 deletions
|
@ -83,8 +83,11 @@ cvs_version = strftime('%d-%b-%Y.cvs', gmtime())
|
|||
|
||||
opts = Options()
|
||||
|
||||
# Find the value of NSIS_CONFIG_CONST_DATA_PATH
|
||||
# load configuration options
|
||||
# it's important this will be done here so NSIS_CONFIG_CONST_DATA_PATH
|
||||
# will be available for the next few lines and so `dirs` can be set
|
||||
SConscript('SCons/config.py')
|
||||
|
||||
opts.Update(defenv)
|
||||
Help(opts.GenerateHelpText(defenv))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue