summaryrefslogtreecommitdiff
path: root/build-aux/meson.build
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2020-08-03 11:45:44 +0200
committerJán Tomko <jtomko@redhat.com>2020-08-03 13:54:15 +0200
commit5c01b4176374195d20636898d58ce0abf8e68bd6 (patch)
tree75cdd4c0606ae669924e1818bb3b0063983b24c5 /build-aux/meson.build
parent406a474fb631dd5e4be4f85b8c93918c7c55d91f (diff)
downloadlibvirt-5c01b4176374195d20636898d58ce0abf8e68bd6.tar.gz
build-aux: set the PYTHON variable in the Makefile
Some syntax-check rules rely on this variable. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'build-aux/meson.build')
-rw-r--r--build-aux/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/meson.build b/build-aux/meson.build
index 1dd85b889b..c506feefd2 100644
--- a/build-aux/meson.build
+++ b/build-aux/meson.build
@@ -8,6 +8,7 @@ if flake8_prog.found()
endif
syntax_check_conf.set('flake8_path', flake8_path)
syntax_check_conf.set('runutf8', ' '.join(runutf8))
+syntax_check_conf.set('PYTHON3', python3_prog.path())
configure_file(
input: 'Makefile.in',