test cases/python3/3 cython: fix dependency files

The Cython generation depends on cstorer.pxd as well, so add that as
dependency.
pull/6610/head
Gerion Entrup 5 years ago committed by Jussi Pakkanen
parent 5118cf914d
commit 1c74bbbfb3
  1. 1
      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@'],
)

Loading…
Cancel
Save