| author | |
| committer | |
| log | 8babc14cdfc6563c32e1b6eece548389b7249d10 |
| tree | 05224f82756b801e5a9abbd145b49c83ff26407f |
| parent | 6509c492ad7908c515a0c00751e1348b26dda4e7 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/Module.zig+1-1| ... | @@ -88,7 +88,7 @@ pub const CSourceFiles = struct { | ... | @@ -88,7 +88,7 @@ pub const CSourceFiles = struct { |
| 88 | 88 | ||
| 89 | pub const CSourceFile = struct { | 89 | pub const CSourceFile = struct { |
| 90 | file: LazyPath, | 90 | file: LazyPath, |
| 91 | flags: []const []const u8, | 91 | flags: []const []const u8 = &.{}, |
| 92 | 92 | ||
| 93 | pub fn dupe(self: CSourceFile, b: *std.Build) CSourceFile { | 93 | pub fn dupe(self: CSourceFile, b: *std.Build) CSourceFile { |
| 94 | return .{ | 94 | return .{ |