glfw: add type to pkg def in build.zig
This commit is contained in:
parent
6ec499cf70
commit
017ca6dd08
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ pub const Options = struct {
|
|||
system_sdk: system_sdk.Options = .{},
|
||||
};
|
||||
|
||||
pub const pkg = .{
|
||||
pub const pkg = std.build.Pkg{
|
||||
.name = "glfw",
|
||||
.path = .{ .path = thisDir() ++ "/src/main.zig" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue