X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/2c708568813055419a75f313819c8b3e94f32932..7346106c3f6e1b09c08d67902833a6255049d58d:/gffi/gffi.asd diff --git a/gffi/gffi.asd b/gffi/gffi.asd index 72a5559..b19fdfd 100644 --- a/gffi/gffi.asd +++ b/gffi/gffi.asd @@ -29,10 +29,11 @@ :depends-on (clg-tools) :components ((:file "defpackage") #+(and cmu19a (not non-broken-pcl))(:file "pcl") - (:unix-dso "alien" :components ((:c-source-file "memory"))) + (:shared-object "gffi-alien" :pathname "alien/" + :components ((:c-source-file "memory"))) (:file "memory" :depends-on ("defpackage")) (:file "interface" :depends-on ("memory")) - (:file "basic-types" :depends-on ("alien" "interface")) + (:file "basic-types" :depends-on ("gffi-alien" "interface")) (:file "vectors" :depends-on ("basic-types")) (:file "enums" :depends-on ("basic-types")) (:file "virtual-slots" :depends-on (#+(and cmu19a (not non-broken-pcl))"pcl" "interface" "basic-types"))