diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/notes/tree-sitter/build-module/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh index 3467be272b8..d020ee92c39 100755 --- a/admin/notes/tree-sitter/build-module/build.sh +++ b/admin/notes/tree-sitter/build-module/build.sh | |||
| @@ -46,7 +46,7 @@ cd "${sourcedir}" | |||
| 46 | 46 | ||
| 47 | ### Build | 47 | ### Build |
| 48 | 48 | ||
| 49 | cc -c -I. parser.c | 49 | cc -fPIC -c -I. parser.c |
| 50 | # Compile scanner.c. | 50 | # Compile scanner.c. |
| 51 | if test -f scanner.c | 51 | if test -f scanner.c |
| 52 | then | 52 | then |