mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
add missing const to pkg dependencies
This commit is contained in:
parent
ecdf75d04e
commit
01605a7742
@ -1054,7 +1054,7 @@ pub const Target = std.zig.CrossTarget;
|
||||
pub const Pkg = struct {
|
||||
name: []const u8,
|
||||
path: []const u8,
|
||||
dependencies: ?[]Pkg = null,
|
||||
dependencies: ?[]const Pkg = null,
|
||||
};
|
||||
|
||||
const CSourceFile = struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user