Skip to content

Commit 319f3af

Browse files
committed
feat: fix load-path
1 parent 9a424ec commit 319f3af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040

4141
pushd $BUILD_PATH
4242

43-
guix pack -RR -r tree-sitter-grammar.tar.gz -S /opt/tree-sitter/lib=lib \
43+
guix pack -L $LOAD_PATH -RR -r tree-sitter-grammar.tar.gz -S /opt/tree-sitter/lib=lib \
4444
tree-sitter-bash \
4545
tree-sitter-bibtex \
4646
tree-sitter-c \

0 commit comments

Comments
 (0)