From 5425d21d48f898eefeeed6b1dba759226ea9e9d2 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Sat, 15 Jun 2019 20:33:08 +0200 Subject: [PATCH] fix(build): Fix another meson version issue ... Signed-off-by: Rahix <rahix@rahix.de> --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a00a065b..b8ea87e9 100644 --- a/meson.build +++ b/meson.build @@ -27,7 +27,8 @@ add_global_link_arguments( language: 'c', ) -python3 = import('python').find_installation('python3') +# python3 = import('python').find_installation('python3') +python3 = 'python3' subdir('lib/') subdir('bootloader/') -- GitLab