X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.asd;h=51eb3f1239900ee8e0fb857f82cc2d49f2ff616a;hb=5dbfd540f2ad0ae9a07ccefb8e7c74f6a6ff176a;hp=d7d4ac61edbf67d38fdb3c21df25ec4e74d6809a;hpb=ff21416cb3ac30f1d735593b08c3311964854070;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))