; * admin/notes/tree-sitter/build-module/build.sh: Add -fPIC.

(bug#59967)
This commit is contained in:
lu4nx 2022-12-11 23:33:33 +08:00 committed by Yuan Fu
parent d264b75669
commit 5d4274d9b6
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -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