; * 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

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