diff options
Diffstat (limited to 'test cases/python/2 extmodule/ext/nested/meson.build')
| -rw-r--r-- | test cases/python/2 extmodule/ext/nested/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test cases/python/2 extmodule/ext/nested/meson.build b/test cases/python/2 extmodule/ext/nested/meson.build index 38d3d3e28..34c119273 100644 --- a/test cases/python/2 extmodule/ext/nested/meson.build +++ b/test cases/python/2 extmodule/ext/nested/meson.build @@ -1,6 +1,5 @@ py.extension_module('tachyon', '../tachyon_module.c', - dependencies : py_dep, c_args: '-DMESON_MODULENAME="nested.tachyon"', install: true, subdir: 'nested' |
