mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 21:48:54 +08:00
build: Fix c extension.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user