diff options
Diffstat (limited to 'test cases/python/8 different python versions/ext/meson.build')
-rw-r--r-- | test cases/python/8 different python versions/ext/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/python/8 different python versions/ext/meson.build b/test cases/python/8 different python versions/ext/meson.build new file mode 100644 index 0000000..b13bb32 --- /dev/null +++ b/test cases/python/8 different python versions/ext/meson.build @@ -0,0 +1,6 @@ +pylib = py.extension_module('tachyon', + 'tachyon_module.c', + dependencies : py_dep, +) + +pypathdir = meson.current_build_dir() |