From 1c74bbbfb3854163c82535a094fe8ca93a154725 Mon Sep 17 00:00:00 2001 From: Gerion Entrup Date: Mon, 10 Feb 2020 14:14:19 +0100 Subject: test cases/python3/3 cython: fix dependency files The Cython generation depends on cstorer.pxd as well, so add that as dependency. --- test cases/python3/3 cython/libdir/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test cases/python3') diff --git a/test cases/python3/3 cython/libdir/meson.build b/test cases/python3/3 cython/libdir/meson.build index 7823a6b86..4aaa041fc 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@'], ) -- cgit v1.2.3