1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-28 00:20:00 +01:00

- removing quri from building script.

This commit is contained in:
cage 2020-10-25 20:32:31 +01:00
parent 2b59ef1157
commit b057a1ca80

View File

@ -121,7 +121,7 @@ install_dependency () {
--eval "(ql:quickload \"usocket\")" \
--eval "(ql:quickload \"cffi\")" \
--eval "(ql:quickload \"babel\")" \
--eval "(ql:quickload \"quri\")" \
# --eval "(ql:quickload \"quri\")" \
--eval "(ql:quickload \"percent-encoding\")" \
--eval "(sb-ext:quit)";
}