authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-28 01:24:36 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-28 01:24:36 -07:00
logbec269e6983fa0b5689013a9daac8eff19ce494e
tree53ca65e92e61a19e5a86085b951823a09b1c8c69
parentd6b9e2e2c4b96f8191817f54deda3c5fbb7c45c5

fix self/files dep generation


1 files changed, 1 insertions(+), 0 deletions(-)

src/common.zig+1
......@@ -305,6 +305,7 @@ pub fn add_files_package(pkg_name: string, mdir: std.fs.Dir, dirs: []const strin
305305 const w = rff.writer();
306306 try w.writeAll(
307307 \\const std = @import("std");
308 \\const string = []const u8;
308309 \\
309310 \\
310311 );