Commit 8babc14cdf
Changed files (1)
lib
std
Build
lib/std/Build/Module.zig
@@ -88,7 +88,7 @@ pub const CSourceFiles = struct {
pub const CSourceFile = struct {
file: LazyPath,
- flags: []const []const u8,
+ flags: []const []const u8 = &.{},
pub fn dupe(self: CSourceFile, b: *std.Build) CSourceFile {
return .{