typo
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 5 Dec 2010 12:20:02 +0000 (04:20 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 5 Dec 2010 12:20:02 +0000 (04:20 -0800)
Cython/Build/Dependencies.py

index 065b32055d24a4f0b666605a5fac7ceccced113e..857bdbec9dee9fcd7c237ce7376fe04195ddeae7 100644 (file)
@@ -267,7 +267,7 @@ class DependencyTree(object):
         for include in includes:
             include_path = os.path.join(os.path.dirname(filename), include)
             if not os.path.exists(include_path):
-                include_path = self.context.find_include_file(include)
+                include_path = self.context.find_include_file(include, None)
             if include_path:
                 a, b = self.cimports_and_externs(include_path)
                 cimports.update(a)