Skip to content

Commit

Permalink
fixup! don't ask for patchelf if ninja is available and the project i…
Browse files Browse the repository at this point in the history
…s pure

Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Nov 18, 2022
1 parent 4a68729 commit 3f17afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f17afe

Please sign in to comment.