git.fiddlerwoaroof.com
Browse code

Actually fix the .asd

Fernando Borretti authored on 26/10/2013 16:15:12
Showing 2 changed files
... ...
@@ -33,7 +33,11 @@
33 33
                                         (merge-pathnames
34 34
                                          "src"
35 35
                                          (component-pathname c)))
36
-                         (namestring (car (output-files o c)))))))
36
+                         (make-pathname :name "yaml_wrapper"
37
+                                        :type "so"
38
+                                        :directory '(:relative :up)
39
+                                        :defaults
40
+                                        (component-pathname c))))))
37 41
       (error 'operation-error :component c :operation o)
38 42
       t))
39 43