Index: third_party/cython/src/bin/cythonize |
diff --git a/third_party/cython/src/bin/cythonize b/third_party/cython/src/bin/cythonize |
new file mode 100755 |
index 0000000000000000000000000000000000000000..465f6ff543d05b7041db1da1bfd387aba46cd4ba |
--- /dev/null |
+++ b/third_party/cython/src/bin/cythonize |
@@ -0,0 +1,8 @@ |
+#!/usr/bin/env python |
+ |
+# |
+# command line frontend for cythonize() |
+# |
+ |
+from Cython.Build.Cythonize import main |
+main() |