Shinmera / qt-libs

Helper system to ensure the necessary library for CommonQt/Qtools development are available and deployable.
zlib License
18 stars 8 forks source link

Bug in manually-load-foreign-library-system (qt-libs.lisp), ASDF >= 3.3 #15

Closed shelvick closed 6 years ago

shelvick commented 6 years ago

This line: #-ASDF3.3 :force T))) should be: #-ASDF3.3 :force #-ASDF3.3 T)))

The bug causes "odd number of &key arguments" errors on deployed binaries. Rather tricky to debug, I might add! Kept thinking it was my code until I dug into the deploy docs and learned about DEPLOY_DEBUG_BOOT.