From d402214b8a306f8981ce004fa18889870cb9643d 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 081be2b..383f437 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 = meson.current_source_dir() / 'identfilter.py' gir_extra_args = [