; * admin/notes/tree-sitter/build-module/build.sh: Add -fPIC.
(bug#59967)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user