Christophe Weblog Wiki Code Publications Music
added PCL hot-patch with MAKE-METHOD-LAMBDA-USING-SPECIALIZERS
[specializable.git] / specializable.asd
index e2efeea0446178bb0f249b8fab7928c3981ffdc0..e1a193b87e7197ccb28a44f1fb2f1106ba22ad3e 100644 (file)
@@ -11,4 +11,7 @@
   :license     "TODO"
   :description "Generalized specializers - SBCL only"
   :components  ((:module "src"
-                 :components ((:file       "specializable")))))
+                 :serial t
+                 :components ((:file       "pcl-patch"
+                                           :if-feature :sbcl)
+                              (:file       "specializable")))))