1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-26 03:44:50 +01:00

- 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

View File

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