Skip to content

Commit

Permalink
feat: fix load-path
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Dec 11, 2023
1 parent 9a424ec commit 319f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

pushd $BUILD_PATH

guix pack -RR -r tree-sitter-grammar.tar.gz -S /opt/tree-sitter/lib=lib \
guix pack -L $LOAD_PATH -RR -r tree-sitter-grammar.tar.gz -S /opt/tree-sitter/lib=lib \
tree-sitter-bash \
tree-sitter-bibtex \
tree-sitter-c \
Expand Down

0 comments on commit 319f3af

Please sign in to comment.