[cl-gtk2-devel] Very Minor Error - library loading

Seth seth at tewebs.com
Fri Aug 7 22:32:37 UTC 2009


Use default option when defining libary. This will add the appropriate .dll end
for windows.
I would change code myself, but don't know how to submit changes.
(define-foreign-library glib
    (:unix (:or "libglib-2.0.so.0" "libglib-2.0.so"))
    (t (:default "libglib-2.0")))



---- Msg sent via WebMail




More information about the cl-gtk2-devel mailing list