Skip to content

Commit d402214

Browse files
committed
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: ebassi#265
1 parent d63bd69 commit d402214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ graphene_dep_sources = []
9999

100100
# Introspection
101101
if build_gir
102-
python = python.find_installation('python3')
102+
python = python.find_installation()
103103
identfilter_py = meson.current_source_dir() / 'identfilter.py'
104104

105105
gir_extra_args = [

0 commit comments

Comments
 (0)