We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a68729 commit 3f17afeCopy full SHA for 3f17afe
mesonpy/__init__.py
@@ -1020,7 +1020,7 @@ def get_requires_for_build_wheel(
1020
if not shutil.which('patchelf'):
1021
# patchelf not already accessible on the system
1022
if _env_has_ninja_command():
1023
- # we have ninja available, so we can run Meson and check if the project need patchelf
+ # we have ninja available, so we can run Meson and check if the project needs patchelf
1024
with _project(config_settings) as project:
1025
if not project.is_pure:
1026
dependencies.append(_depstr.patchelf)
0 commit comments