scons 0.96.92
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4776 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9ab6953c56
commit
a7d4d32640
2 changed files with 2 additions and 6 deletions
|
@ -9,9 +9,9 @@
|
|||
EnsurePythonVersion(1,6)
|
||||
|
||||
try:
|
||||
EnsureSConsVersion(0,96,91)
|
||||
EnsureSConsVersion(0,96,92)
|
||||
except TypeError: # EnsureSConsVersion in older versions took only two parameters
|
||||
print 'SCons 0.96.91 or greater is required, but you have an older version'
|
||||
print 'SCons 0.96.92 or greater is required, but you have an older version'
|
||||
Exit(2)
|
||||
|
||||
stubs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue