1
0
Fork 0

- removing quri from building script.

This commit is contained in:
cage 2020-10-25 20:32:31 +01:00
parent 2b59ef1157
commit b057a1ca80
1 changed files with 1 additions and 1 deletions

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)";
}