From ccb279fc185bf6b330903cd0101f4414a93a05d4 Mon Sep 17 00:00:00 2001 From: DjLegolas Date: Fri, 19 Apr 2024 03:09:11 +0300 Subject: [PATCH] build: fix python search for gobject integration When compiling with Gobject integration on Windows, the build fails because it finds the incorrect python interpreter. Closes: #265 --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 6061343..69f6b5f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -99,7 +99,7 @@ graphene_dep_sources = [] # Introspection if build_gir - python = python.find_installation('python3') + python = python.find_installation() identfilter_py = join_paths(meson.current_source_dir(), 'identfilter.py') gir_extra_args = [