From b6457f1bdbba3ad54cb65743b30aae9cd967634f Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 4 Oct 2013 17:37:30 +0200 Subject: [PATCH] added python v3.3 to SConscript.configure --- build/SConscript.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/SConscript.configure b/build/SConscript.configure index 73d917be..9d4c1517 100644 --- a/build/SConscript.configure +++ b/build/SConscript.configure @@ -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)