X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-mysql.asd;h=675a2ac32708ec84d68d1ce5648986cbcccaec85;hp=0ac546d23b7616eef3080d2d1c4d517b67b0e7dd;hb=ff21416cb3ac30f1d735593b08c3311964854070;hpb=473fb1cce3125859074ac32c2c1ba4eb25cdfb74 diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 0ac546d..675a2ac 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -64,7 +64,7 @@ (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/clsql_mysql.so") t) + (or (and (probe-file #p"/usr/lib/clsql_mysql.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))