diff options
Diffstat (limited to 'test cases/python')
| -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') |
