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 Aug 16, 2024
1 parent 21e4bb3 commit ccb279f
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 = join_paths(meson.current_source_dir(), 'identfilter.py')

gir_extra_args = [
Expand Down

0 comments on commit ccb279f

Please sign in to comment.