-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: fix python search for gobject integration #266
base: master
Are you sure you want to change the base?
Conversation
5f87b1d
to
cd0b5e6
Compare
cd0b5e6
to
69c64ca
Compare
Would it be possible to split it into two separate commits:
and rebase it on the main development branch? I've changed the minimum required version of Meson to 1.0. Also, I'm not sure why the build hasn't started any check; I don't have a Windows machine, so I rely on the CI pipeline to check if it's actually working. |
8b2563e
to
84ad61a
Compare
From the build log: |
c7e28e8
to
8ab2d7a
Compare
83fec69
to
595682e
Compare
Well, still need to understand why it's failing (it fails to find something...) |
a65ac8f
to
2876d7c
Compare
When compiling with Gobject integration on Windows, the build fails because it finds the incorrect python interpreter. Closes: ebassi#265
2876d7c
to
4c9ef34
Compare
153de4f
to
df00f38
Compare
5599cb5
to
d3711eb
Compare
d3711eb
to
f4d5e01
Compare
Fixes #265.
Proposed changes:
python3
search fromsrc/meson.build
.Gobject
integration.