added python v3.3 to SConscript.configure
parent
8ec217df22
commit
b6457f1bdb
|
@ -30,7 +30,7 @@ if needsBuildDependencies and not os.path.exists(GetBuildPath('#dependencies')):
|
||||||
print 'at http://www.mitsuba-renderer.org/docs.html for details on how to get them.\n'
|
print 'at http://www.mitsuba-renderer.org/docs.html for details on how to get them.\n'
|
||||||
Exit(1)
|
Exit(1)
|
||||||
|
|
||||||
python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2"]
|
python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
|
||||||
|
|
||||||
# Parse configuration options
|
# Parse configuration options
|
||||||
vars = Variables(configFile)
|
vars = Variables(configFile)
|
||||||
|
|
Loading…
Reference in New Issue