This commit is contained in:
Jarred Sumner
2021-12-18 20:25:02 -08:00
parent 430fe09d6d
commit 06c79cffae
2 changed files with 1 additions and 5 deletions

View File

@@ -3266,7 +3266,7 @@ const PackageInstall = struct {
var supported_method: Method = if (Environment.isMac)
Method.clonefile
else
Method.copy_file_range;
Method.copyfile;
fn installWithClonefileEachDir(this: *PackageInstall) !Result {
const Walker = @import("../walker_skippable.zig");

View File

@@ -1,4 +0,0 @@
package Lockfile;
struct API