Skip to content

Commit 552a169

Browse files
committed
Use shim for 0.14.x happiness
1 parent 0fcad80 commit 552a169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ const ZlinterRun = struct {
859859
var cwd_buff: [std.fs.max_path_bytes]u8 = undefined;
860860
const cwd: BuildCwd = .init(&cwd_buff);
861861

862-
var includes: std.ArrayList(std.Build.LazyPath) = try .initCapacity(
862+
var includes: shims.ArrayList(std.Build.LazyPath) = try .initCapacity(
863863
b.allocator,
864864
@max(1, run.include_paths.len),
865865
);

0 commit comments

Comments
 (0)