Skip to content

Commit

Permalink
Fix hardlink fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 8, 2022
1 parent 8cdb55d commit 74309a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/install.zig
Expand Up @@ -1094,7 +1094,7 @@ const PackageInstall = struct {
return result;
} else |err| {
switch (err) {
error.NotSupported => {
error.NotSameFilesystem, error.NotSupported => {
supported_method = .copyfile;
},
error.FileNotFound => return Result{
Expand Down

0 comments on commit 74309a1

Please sign in to comment.