1
0
Fork 0

- fixed 'install_nodgui' the function never returned.

This commit is contained in:
cage 2024-04-15 21:04:49 +02:00
parent f5ea00a85a
commit 342f34874d
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ install_nodgui () {
else else
install_from_git $NODGUI_GIT_URL install_from_git $NODGUI_GIT_URL
fi fi
@LISP_COMPILER@ --eval '(ql:quickload \"nodgui\")' @LISP_COMPILER@ --eval '(ql:quickload "nodgui")' --eval "(sb-ext:quit)";
} }
install_tooter () { install_tooter () {