Skip to content

Commit aeb4d80

Browse files
committed
forgot to try
:P
1 parent a47d5f4 commit aeb4d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ pub fn build(b: *std.Build) !void {
448448
.mode = .read_write,
449449
});
450450
defer file.close();
451-
file.setPermissions(.{ .inner = .{ .mode = 0o755 } });
451+
try file.setPermissions(.{ .inner = .{ .mode = 0o755 } });
452452
}
453453
}
454454

0 commit comments

Comments
 (0)