Skip to content
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: Use find_program() #216

Merged
merged 2 commits into from
Jan 14, 2020
Merged

build: Use find_program() #216

merged 2 commits into from
Jan 14, 2020

Conversation

ebassi
Copy link
Collaborator

@ebassi ebassi commented Jan 14, 2020

Do not rely on the shebang line and the executable bit; we should use
find_program(), instead, which lets Meson run a script in the
appropriate environment, portably.

Do not rely on the shebang line and the executable bit; we should use
find_program(), instead, which lets Meson run a script in the
appropriate environment, portably.
Otherwise installing Python3 will break horribly.
@ebassi ebassi merged commit 68371fb into master Jan 14, 2020
@ebassi ebassi deleted the gen-find-program branch January 14, 2020 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant