added python v3.3 to SConscript.configure

metadata
Wenzel Jakob 2013-10-04 17:37:30 +02:00
parent 8ec217df22
commit b6457f1bdb
1 changed files with 1 additions and 1 deletions

View File

@ -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'
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
vars = Variables(configFile)