diff --git a/src/install/install.zig b/src/install/install.zig index aa143f2f95..457072bf37 100644 --- a/src/install/install.zig +++ b/src/install/install.zig @@ -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"); diff --git a/src/resolver/lockfile.kiwi b/src/resolver/lockfile.kiwi deleted file mode 100644 index b69c5c4d50..0000000000 --- a/src/resolver/lockfile.kiwi +++ /dev/null @@ -1,4 +0,0 @@ - -package Lockfile; - -struct API \ No newline at end of file