; * admin/notes/tree-sitter/build-module/build.sh: Add -fPIC.
(bug#59967)
This commit is contained in:
parent
d264b75669
commit
5d4274d9b6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ cd "${sourcedir}"
|
|||
|
||||
### Build
|
||||
|
||||
cc -c -I. parser.c
|
||||
cc -fPIC -c -I. parser.c
|
||||
# Compile scanner.c.
|
||||
if test -f scanner.c
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue