Skip to content

Commit e4833a9

Browse files
committed
Rebase fix
1 parent ba15ae8 commit e4833a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv-python/src/macos_dylib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl Error {
5656
};
5757
warn_user!(
5858
"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(),
59+
installation.executable(false).simplified_display(),
6060
error
6161
);
6262
}

0 commit comments

Comments
 (0)