| ... | @@ -47,7 +47,7 @@ pub const Directory = struct { | ... | @@ -47,7 +47,7 @@ pub const Directory = struct { |
| 47 | /// Only file paths that end in any of these suffixes will be included in copying. | 47 | /// Only file paths that end in any of these suffixes will be included in copying. |
| 48 | /// `null` means that all suffixes will be included. | 48 | /// `null` means that all suffixes will be included. |
| 49 | /// `exclude_extensions` takes precedence over `include_extensions`. | 49 | /// `exclude_extensions` takes precedence over `include_extensions`. |
| 50 | include_extensions: ?[]const []const u8 = &.{".h"}, | 50 | include_extensions: ?[]const []const u8 = null, |
| 51 | | 51 | |
| 52 | pub fn dupe(self: Options, b: *std.Build) Options { | 52 | pub fn dupe(self: Options, b: *std.Build) Options { |
| 53 | return .{ | 53 | return .{ |