diff options
-rw-r--r-- | test cases/python3/3 cython/libdir/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/python3/3 cython/libdir/meson.build b/test cases/python3/3 cython/libdir/meson.build index 7823a6b..4aaa041 100644 --- a/test cases/python3/3 cython/libdir/meson.build +++ b/test cases/python3/3 cython/libdir/meson.build @@ -1,6 +1,7 @@ pyx_c = custom_target('storer_pyx', output : 'storer_pyx.c', input : 'storer.pyx', + depend_files : 'cstorer.pxd', command : [cython, '@INPUT@', '-o', '@OUTPUT@'], ) |