From 82346a2bd241fcf34e66f34ac653b580e8f395ef Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 2 Apr 2019 15:32:23 -0700 Subject: modules/python: Report program found in find_installation() Currently find_installation is silent, which is pretty annoying. Let's log it. --- test cases/python/1 basic/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/python') diff --git a/test cases/python/1 basic/meson.build b/test cases/python/1 basic/meson.build index f9a7433..9c3af10 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') -- cgit v1.1