X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/33cee578d5ee1cf4cdaac9ac321d2da52a1d6842..953030a3519ecb9d66d9f55d46f8c8b6906094ed:/atk/atk.asd diff --git a/atk/atk.asd b/atk/atk.asd index 9b03b9c..b2e4279 100644 --- a/atk/atk.asd +++ b/atk/atk.asd @@ -12,7 +12,9 @@ (defsystem atk :depends-on (gffi glib gdk) :components ((:library "libatk-1.0" - :libdir #.(pkg-variable "atk" "libdir")) + :libname #-win32 "libatk-1.0" + #+win32 "libatk-1.0-0" + :libdir #.(pkg-libdir "atk")) (:file "defpackage") (:file "atk" :depends-on ("defpackage" "libatk-1.0")) (:file "export" :depends-on ("atk"))))