scons: update minimum SWIG version to 1.3.34
We should try to keep this synced with the wiki (which I also just updated, but which was previously inconsistent).
This commit is contained in:
parent
80c6cdae18
commit
867ff2b5f1
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ if len(swig_version) < 3 or \
|
|||
print 'Error determining SWIG version.'
|
||||
Exit(1)
|
||||
|
||||
min_swig_version = '1.3.28'
|
||||
min_swig_version = '1.3.34'
|
||||
if compareVersions(swig_version[2], min_swig_version) < 0:
|
||||
print 'Error: SWIG version', min_swig_version, 'or newer required.'
|
||||
print ' Installed version:', swig_version[2]
|
||||
|
|
Loading…
Reference in a new issue