X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=clsql-uffi.asd;h=51eb3f1239900ee8e0fb857f82cc2d49f2ff616a;hb=f3a8fc0bb7432ed7f9c9a1d2a5bc83e0b494aa6e;hp=d7d4ac61edbf67d38fdb3c21df25ec4e74d6809a;hpb=a5982dfe6d3d54946cd6470aa69d422ba5fd6827;p=clsql.git diff --git a/clsql-uffi.asd b/clsql-uffi.asd index d7d4ac6..51eb3f1 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -70,7 +70,7 @@ (error 'operation-error :component c :operation o)))) (defmethod operation-done-p ((o compile-op) (c clsql-uffi-source-file)) - (or (and (probe-file #p"/usr/lib/clsql_uffi.so") t) + (or (and (probe-file #p"/usr/lib/clsql/clsql_uffi.so") t) (let ((lib (make-pathname :defaults (component-pathname c) :type (uffi:default-foreign-library-type)))) (and (probe-file lib) (probe-file (component-pathname c))