[emacs] fix building tree-sitter-module
This commit is contained in:
parent
33826b7bf1
commit
e6845eff36
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ fi
|
||||||
git clone https://github.com/casouri/tree-sitter-module
|
git clone https://github.com/casouri/tree-sitter-module
|
||||||
cd tree-sitter-module
|
cd tree-sitter-module
|
||||||
sed -i 's|cc -c -I. parser.c|cc -fPIC -c -I. parser.c|' build.sh
|
sed -i 's|cc -c -I. parser.c|cc -fPIC -c -I. parser.c|' build.sh
|
||||||
JOBS=$NUMJOBS bash ./batch.sh
|
bash ./batch.sh
|
||||||
cp dist/*.so "$PKG/usr/lib$(uname -m | grep -o 64)/"
|
cp dist/*.so "$PKG/usr/lib$(uname -m | grep -o 64)/"
|
||||||
cd ..
|
cd ..
|
||||||
# /tree-sitter grammars
|
# /tree-sitter grammars
|
||||||
|
|
Loading…
Reference in a new issue