We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba15ae8 commit e4833a9Copy full SHA for e4833a9
crates/uv-python/src/macos_dylib.rs
@@ -56,7 +56,7 @@ impl Error {
56
};
57
warn_user!(
58
"Failed to patch the install name of the dynamic library for {}. This may cause issues when building Python native extensions.{}",
59
- installation.executable().simplified_display(),
+ installation.executable(false).simplified_display(),
60
error
61
);
62
}
0 commit comments