Skip to content

Commit

Permalink
Add missing file for building perl parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Mar 4, 2024
1 parent d894a18 commit d71f14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ fn main() {
TreeSitterParser {
name: "tree-sitter-perl",
src_dir: "vendored_parsers/tree-sitter-perl-src",
extra_files: vec![],
extra_files: vec!["scanner.c"],
},
TreeSitterParser {
name: "tree-sitter-php",
Expand Down

0 comments on commit d71f14c

Please sign in to comment.