Skip to content

Commit 3f3739d

Browse files
authored
Merge pull request #164 from nyxkn/patch-1
2 parents e18cf2c + 17c2701 commit 3f3739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ To support Gdscript, we must install [gdscript-grammar](https://github.com/Prest
231231
git clone https://github.com/PrestonKnopp/tree-sitter-gdscript.git
232232
cd tree-sitter-gdscript/src
233233
cc -std=c99 -c parser.c
234-
cc -c scanner.cc
234+
cc -c scanner.c -I./
235235
cc -shared parser.o scanner.o -o libtree-sitter-gdscript.so
236236
```
237237

0 commit comments

Comments
 (0)