From dac16a0f6ac1e7714c6fe634049a545ebb0a7b66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Oct 2018 20:45:52 +0100 Subject: [PATCH] meson: use new 'python' module instead of deprecated https://github.com/mesonbuild/meson/pull/4169 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7f786e91..6f7cbeda 100644 --- a/meson.build +++ b/meson.build @@ -257,5 +257,5 @@ endif configure_file(output : 'config.h', configuration : cdata) -python3 = import('python3').find_python() +python3 = import('python').find_installation() run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")') -- 2.34.1