Skip to content

Commit

Permalink
Update to zig 0.12.0-dev.3659+1e5075f81
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Apr 16, 2024
1 parent 1593876 commit 745bf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn build(b: *std.Build) void {
addParser(b, lib, "ziggy", "tree-sitter-ziggy");
addParser(b, lib, "ziggy", "tree-sitter-ziggy-schema");
b.installArtifact(lib);
lib.installHeadersDirectory("tree-sitter/lib/include/tree_sitter", "tree_sitter");
lib.installHeadersDirectory(.{ .path = "tree-sitter/lib/include/tree_sitter" }, "tree_sitter", .{});

const mod = b.addModule("treez", .{
.root_source_file = .{ .path = "treez/treez.zig" },
Expand Down

0 comments on commit 745bf25

Please sign in to comment.