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/2 extmodule/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/2 extmodule/meson.build')
| -rw-r--r-- | test cases/python3/2 extmodule/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/python3/2 extmodule/meson.build b/test cases/python3/2 extmodule/meson.build index 92a12b259..582a14e8e 100644 --- a/test cases/python3/2 extmodule/meson.build +++ b/test cases/python3/2 extmodule/meson.build @@ -3,6 +3,7 @@ project('Python extension module', 'c', # Because Windows Python ships only with optimized libs, # we must build this project the same way. +py3_mod = import('python3') py3_dep = dependency('python3', required : false) if py3_dep.found() |
