mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.Build.Module: default CSourceFile flags to empty list
This commit is contained in:
parent
6509c492ad
commit
8babc14cdf
@ -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 .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user