Skip to content

Commit 3f17afe

Browse files
committed
fixup! don't ask for patchelf if ninja is available and the project is pure
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 4a68729 commit 3f17afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def get_requires_for_build_wheel(
10201020
if not shutil.which('patchelf'):
10211021
# patchelf not already accessible on the system
10221022
if _env_has_ninja_command():
1023-
# we have ninja available, so we can run Meson and check if the project need patchelf
1023+
# we have ninja available, so we can run Meson and check if the project needs patchelf
10241024
with _project(config_settings) as project:
10251025
if not project.is_pure:
10261026
dependencies.append(_depstr.patchelf)

0 commit comments

Comments
 (0)