build: Fix c extension.

This commit is contained in:
Stefan van der Walt
2009-11-03 08:44:23 +02:00
parent 492ee35c92
commit 874eb2febd
+1 -1
View File
@@ -20,7 +20,7 @@ def cython(pyx_files, working_path=''):
else:
for pyxfile in [os.path.join(working_path, f) for f in pyx_files]:
# make a backup of the good c files
c_file = pyxfile[:-4] + 'c'
c_file = pyxfile[:-4] + '.c'
c_file_new = c_file + '.new'
# run cython compiler