1
0
Fork 0

- fixed crashing of compile phase because of missing nodgui's dependencies.

This commit is contained in:
cage 2024-04-15 20:50:30 +02:00
parent 28eb0139c7
commit f5ea00a85a
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +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\")'
} }
install_tooter () { install_tooter () {