diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-04-04 22:11:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-04 22:11:33 +0300 |
| commit | 4f0f618fa92ed3afd9cdf11e8518c04d7b3c2c31 (patch) | |
| tree | 51481cd542c27f4725873d23da75af0beff157e2 /test cases/python/1 basic/meson.build | |
| parent | 690dd723f48b4130dcab960bf21a803ad6e5b2ee (diff) | |
| parent | a710b83a677428e4cef29e86aead7f66ee8d183d (diff) | |
| download | meson-4f0f618fa92ed3afd9cdf11e8518c04d7b3c2c31.tar.gz | |
Merge pull request #5205 from dcbaker/python-module-log
Python module log which python is found
Diffstat (limited to 'test cases/python/1 basic/meson.build')
| -rw-r--r-- | test cases/python/1 basic/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/python/1 basic/meson.build b/test cases/python/1 basic/meson.build index f9a743379..9c3af10c6 100644 --- a/test cases/python/1 basic/meson.build +++ b/test cases/python/1 basic/meson.build @@ -1,7 +1,7 @@ project('python sample', 'c') py_mod = import('python') -py = py_mod.find_installation() +py = py_mod.find_installation('python3') py_version = py.language_version() if py_version.version_compare('< 3.2') |
