drive-by fix to Python doc comment.

This commit is contained in:
Felix S. Klock II 2023-08-22 16:16:44 -04:00
parent 712d962cef
commit 4332e8417d

View File

@ -623,7 +623,7 @@ class RustBuild(object):
def should_fix_bins_and_dylibs(self):
"""Whether or not `fix_bin_or_dylib` needs to be run; can only be True
on NixOS.
on NixOS or if config.toml has `build.patch-binaries-for-nix` set.
"""
if self._should_fix_bins_and_dylibs is not None:
return self._should_fix_bins_and_dylibs