Skip to content

Commit

Permalink
Stop renaming treez to tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Feb 21, 2024
1 parent e3b53d6 commit e352fec
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 @@ -68,7 +68,7 @@ pub fn build(b: *std.Build) void {
b.installArtifact(lib);
lib.installHeadersDirectory("tree-sitter/lib/include/tree_sitter", "tree_sitter");

const mod = b.addModule("tree-sitter", .{
const mod = b.addModule("treez", .{
.root_source_file = .{ .path = "treez/treez.zig" },
});
mod.linkLibrary(lib);
Expand Down

0 comments on commit e352fec

Please sign in to comment.