diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-09-14 20:26:14 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-01-09 21:07:23 +0200 |
| commit | 24221d71ccd341759b008cf1918826910c40247c (patch) | |
| tree | 16edc7011ba57678fbe8393d7076966dc70564df /test cases/python3/3 cython/libdir/meson.build | |
| parent | 9cf0991a1d332cb1f492376bf718aa75020519e4 (diff) | |
| download | meson-24221d71ccd341759b008cf1918826910c40247c.tar.gz | |
Created a Python 3 module for simpler building of Python extension modules.
Diffstat (limited to 'test cases/python3/3 cython/libdir/meson.build')
| -rw-r--r-- | test cases/python3/3 cython/libdir/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test cases/python3/3 cython/libdir/meson.build b/test cases/python3/3 cython/libdir/meson.build index 5c0352e88..0d015f0a1 100644 --- a/test cases/python3/3 cython/libdir/meson.build +++ b/test cases/python3/3 cython/libdir/meson.build @@ -14,10 +14,8 @@ pyx_c = custom_target('storer_pyx', command : [cython, '@INPUT@', '-o', '@OUTPUT@'], ) -slib = shared_library('storer', +slib = py3_mod.extension_module('storer', 'storer.c', pyx_c, - name_prefix : '', - name_suffix : suffix, dependencies : py3_dep) pydir = meson.current_build_dir() |
