| author | |
| committer | |
| log | bec269e6983fa0b5689013a9daac8eff19ce494e |
| tree | 53ca65e92e61a19e5a86085b951823a09b1c8c69 |
| parent | d6b9e2e2c4b96f8191817f54deda3c5fbb7c45c5 |
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 | ... | @@ -305,6 +305,7 @@ pub fn add_files_package(pkg_name: string, mdir: std.fs.Dir, dirs: []const strin |
| 305 | const w = rff.writer(); | 305 | const w = rff.writer(); |
| 306 | try w.writeAll( | 306 | try w.writeAll( |
| 307 | \\const std = @import("std"); | 307 | \\const std = @import("std"); |
| 308 | \\const string = []const u8; | ||
| 308 | \\ | 309 | \\ |
| 309 | \\ | 310 | \\ |
| 310 | ); | 311 | ); |