my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #99 from idle-z/fix-build-2022-05-01

Fix build on latest nightly zig

authored by

Dave Gauer and committed by
GitHub
(May 14, 2022, 9:29 AM EDT) 6955f2c0 de4cf203

+1 -2
+1 -2
build.zig
··· 624 624 625 625 const argv = [_][]const u8{exe_file}; 626 626 627 - const child = std.ChildProcess.init(&argv, self.builder.allocator) catch unreachable; 628 - defer child.deinit(); 627 + var child = std.ChildProcess.init(&argv, self.builder.allocator); 629 628 630 629 child.cwd = cwd; 631 630 child.env_map = self.builder.env_map;