Skip to content

Commit

Permalink
build: fix python search for gobject integration
Browse files Browse the repository at this point in the history
When compiling with Gobject integration on Windows, the build fails because it finds the incorrect
python interpreter.

Closes: ebassi#265
  • Loading branch information
DjLegolas committed Jan 24, 2025
1 parent 47b503d commit e6f469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e6f469f

Please sign in to comment.