diff --git a/mesonpy/__init__.py b/mesonpy/__init__.py index 5f3397200..e687c167a 100644 --- a/mesonpy/__init__.py +++ b/mesonpy/__init__.py @@ -1020,7 +1020,7 @@ def get_requires_for_build_wheel( if not shutil.which('patchelf'): # patchelf not already accessible on the system if _env_has_ninja_command(): - # 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 with _project(config_settings) as project: if not project.is_pure: dependencies.append(_depstr.patchelf)