Update build.zig for breaking change in latest zig master
https://github.com/ziglang/zig/pull/19597
This commit is contained in:
parent
9ed377279e
commit
a456f138f4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub fn build(b: *std.Build) void {
|
|||
});
|
||||
|
||||
_ = b.addModule("syntax", .{
|
||||
.root_source_file = .{ .path = "src/syntax.zig" },
|
||||
.root_source_file = b.path("src/syntax.zig"),
|
||||
.imports = &.{
|
||||
.{ .name = "treez", .module = tree_sitter_dep.module("treez") },
|
||||
ts_queryfile(b, tree_sitter_dep, "tree-sitter-agda/queries/highlights.scm"),
|
||||
|
|
Loading…
Add table
Reference in a new issue