mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
WriteFile.addCopyDirectory
should include all files by default
This commit is contained in:
parent
27c8f895eb
commit
8ce3a8b604
@ -47,7 +47,7 @@ pub const Directory = struct {
|
||||
/// Only file paths that end in any of these suffixes will be included in copying.
|
||||
/// `null` means that all suffixes will be included.
|
||||
/// `exclude_extensions` takes precedence over `include_extensions`.
|
||||
include_extensions: ?[]const []const u8 = &.{".h"},
|
||||
include_extensions: ?[]const []const u8 = null,
|
||||
|
||||
pub fn dupe(self: Options, b: *std.Build) Options {
|
||||
return .{
|
||||
|
Loading…
Reference in New Issue
Block a user