X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-mysql.asd;h=0ac546d23b7616eef3080d2d1c4d517b67b0e7dd;hp=378082763c040675a8d23860eb0df24e2847e065;hb=26cfa48009c72652e0ba8ce9aed8c53216e9a3d3;hpb=d9f41af62750c622945bb17b622a39689ee5b840 diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 3780827..0ac546d 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -64,10 +64,10 @@ (error 'operation-error :component c :operation o)))) (defmethod operation-done-p ((o compile-op) (c clsql-mysql-source-file)) - (or (and (probe-file #p"/usr/lib/clsql/mysql.so") t) + (or (and (probe-file #p"/usr/lib/clsql/clsql_mysql.so") t) (let ((lib (make-pathname :defaults (component-pathname c) :type (uffi:default-foreign-library-type)))) - (and (probe-file lib) + (and (probe-file lib) (probe-file (component-pathname c)) (> (file-write-date lib) (file-write-date (component-pathname c))))))) ;;; System definition