Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Aug 26, 2024
1 parent 5307a67 commit d08875e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-shell-treesitter/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jextract --header-class-name TreeSitter --output src/main/java -t org.springfram
jextract --header-class-name TreeSitterJson --output src/main/java -t org.springframework.shell.treesitter.json.ts src/ts/tree-sitter-json.h
jextract --header-class-name TreeSitterJava --output src/main/java -t org.springframework.shell.treesitter.java.ts src/ts/tree-sitter-java.h

zig cc -g0 -shared -target x86_64-linux-gnu -I src -o libtree-sitter-java.so src/parser.c
zig cc -g0 -shared -target x86_64-linux-gnu -I lib/include -I lib/src -o libtree-sitter.so lib/src/lib.c
Binary file not shown.
Binary file not shown.

0 comments on commit d08875e

Please sign in to comment.