Fix bug with -t option.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 11:48:07 +0000 (03:48 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 11:48:07 +0000 (03:48 -0800)
Cython/Compiler/Main.py

index e9f80b2d7f84d3dd0de5ed354f116c04c35285df..ff4a3980392bf25fe813bda0b6fa0ceebe8240c6 100644 (file)
@@ -704,6 +704,7 @@ def compile_multiple(sources, options):
     a CompilationResultSet. Performs timestamp checking and/or recursion
     if these are specified in the options.
     """
+    context = options.create_context()
     sources = [os.path.abspath(source) for source in sources]
     processed = set()
     results = CompilationResultSet()