]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/notes/tree-sitter/build-module/build.sh: Add -fPIC.
authorlu4nx <lx@shellcodes.org>
Sun, 11 Dec 2022 15:33:33 +0000 (23:33 +0800)
committerYuan Fu <casouri@gmail.com>
Mon, 12 Dec 2022 23:08:54 +0000 (15:08 -0800)
(bug#59967)

admin/notes/tree-sitter/build-module/build.sh

index 3467be272b853f43c06005cafe5664fa56b476e9..d020ee92c39628ec97459d3d3f357749e322b980 100755 (executable)
@@ -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